This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
v1.6.0 to optimize code by using passing by `reference` instead of by `value`, to add examples to demo one-shot timer and multiple-file projects
LatestReleases v1.6.0
- Add example ISR_16_Timers_Array_OneShot to demo how to use
one-shot ISR-based timer
- Add example multiFileProject to demo for multiple-file project
- Optimize code by using passing by
reference
instead of byvalue