Skip to content
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

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 28 Nov 13:08
· 72 commits to master since this release
edc494f

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.