Skip to content
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

Latest
Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 13 Mar 06:50
· 12 commits to master since this release
9238f6e

Releases v1.6.0

  1. Add example ISR_16_Timers_Array_OneShot to demo how to use one-shot ISR-based timer
  2. Add example multiFileProject to demo for multiple-file project
  3. Optimize code by using passing by reference instead of by value