This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/TimerInterrupt
Releases · khoih-prog/TimerInterrupt
Version v1.0.3 to add new complex examples
Release v1.0.3
- Add examples ISR_16_Timers_Array_Complex and ISR_Timers_Array_Simple to demonstrate the usage of 16 ISR-based timers
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.
Version v1.0.1
- Longer Interval for all timers.
- Reduce code size if use less timers. Eliminate compiler warnings.
- Now supporting complex object pointer-type argument.
- Fix some bugs in v1.0.0
- Add more examples.
v1.0.0
Add files via upload