This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Version v1.0.2 with many new and powerful features
In version v1.0.2 :
- Allow maximum 16 ISR-based timers,
- The maximum interval is practically unlimited (limited only by unsigned long miliseconds)
- The accuracy is nearly perfect compared to software timers. The most important feature is they're ISR-based timer. Therefore, their executions are not blocked by bad-behaving functions / tasks.
- Add more examples
These important features are absolutely necessary for mission-critical tasks.