Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Version v1.0.2 with many new and powerful features

Choose a tag to compare

@khoih-prog khoih-prog released this 28 Nov 22:29
· 80 commits to master since this release
0de69b4

In version v1.0.2 :

  1. Allow maximum 16 ISR-based timers,
  2. The maximum interval is practically unlimited (limited only by unsigned long miliseconds)
  3. 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.
  4. Add more examples

These important features are absolutely necessary for mission-critical tasks.