khoih-prog / TimerInterrupt

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.
MIT License
98 stars 11 forks source link

Fixed the open issue: Warnings with cppcheck in platformIO and also -Wall in arduino-cli #9

Closed Django0 closed 3 years ago

Django0 commented 3 years ago

Tested compilation with examples/Argument_Simple/Argument_Simple.ino

Django0 commented 3 years ago

Need to amend my contact. Hence closing this.