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

v2.0.1 to further optimize code by using passing by `reference` instead of by `value`, to add examples to demo one-shot timer and multiple-file projects

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 14 Mar 01:58
· 15 commits to master since this release
668316d

Releases v2.0.1

  1. Add example ISR_16_Timers_Array_Complex_OneShot to demo how to use one-shot ISR-based timer in complex case
  2. Add example ISR_16_Timers_Array_OneShot to demo how to use one-shot ISR-based timer
  3. Modify example multiFileProject to demo for more complex multiple-file project
  4. Further optimize code by using passing by reference instead of by value