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

Releases: khoih-prog/TimerInterrupt

Version v1.0.3 to add new complex examples

01 Dec 20:17
2783ee3

Choose a tag to compare

Release v1.0.3

  1. 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

28 Nov 22:29
0de69b4

Choose a tag to compare

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.

Version v1.0.1

18 Nov 22:56
18c00a2

Choose a tag to compare

  1. Longer Interval for all timers.
  2. Reduce code size if use less timers. Eliminate compiler warnings.
  3. Now supporting complex object pointer-type argument.
  4. Fix some bugs in v1.0.0
  5. Add more examples.

v1.0.0

15 Nov 05:38
c50784b

Choose a tag to compare

Add files via upload