noInterrupts

关闭中断


语法
 void noInterrupts()


参数


返回值


示例
void setup() {}

void loop() {
  noInterrupts();
  interrupts();
}