GitHub / 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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khoih-prog%2FTimerInterrupt
Stars: 76
Forks: 10
Open issues: 0
License: mit
Language: C
Size: 344 KB
Dependencies parsed at: Pending
Created at: over 5 years ago
Updated at: about 2 years ago
Pushed at: over 2 years ago
Last synced at: about 2 years ago
Topics: accuracy, arduino-libraries, arduino-library, avr, hardware-timers, interrupt, isr, loop, mega, mega2560, micros, millis, mission-critical, nano, non-blocking, timer, timerinterrupt, timerinterrupt-library, uno