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