摘要: 中断 含义:程序被中断程序打断转去执行中断程序 将中断附加到GPIO void attachInterrupt(uint8_t interruptNum, void (*userFunc)(void), int mode); ISR 函数原型 void ISR() { //中断发生时执行的代码 } 阅读全文
posted @ 2025-11-04 19:27 Alaso_shuang 阅读(11) 评论(0) 推荐(0)
2 3
4