Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
需要帮助编写中断服务例程来为 PIC24FJ64GA102 微控制器实现此流程图!
在此先感谢您的帮助!
流程图的照片链接 ---> https://ibb.co/j43K149
这看起来不应该在 ISR 中实现。您应该为此使用主循环,因为它包含在 ISR 中永远不能调用的延迟。