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
Releases v2.0.1
- Add example ISR_16_Timers_Array_Complex_OneShot to demo how to use
one-shot ISR-based timer
in complex case - Add example ISR_16_Timers_Array_OneShot to demo how to use
one-shot ISR-based timer
- Modify example multiFileProject to demo for more complex multiple-file project
- Further optimize code by using passing by
reference
instead of byvalue