关闭中断
语法
void noInterrupts()
参数
无
返回值
示例
void setup() {} void loop() { noInterrupts(); interrupts(); }