项目作者: khoih-prog

项目描述 :
This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.
高级语言: C++
项目地址: git://github.com/khoih-prog/TimerInterrupt.git
创建时间: 2019-11-15T01:16:47Z
项目社区:https://github.com/khoih-prog/TimerInterrupt

开源协议:MIT License

下载