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

v1.2.0 to fix `multiple-definitions` linker error, to add feature to select among highest, medium or lowest accuracy for Timers, to improve accuracy and to fix bug.

Choose a tag to compare

@khoih-prog khoih-prog released this 29 Jan 21:10
· 17 commits to main since this release
cfd3e0b

Releases v1.2.0

  1. Fix multiple-definitions linker error. Drop src_cpp and src_h directories
  2. Add feature to select among highest, medium or lowest accuracy for Timers for shortest, medium or longest time
  3. Fix reattachInterrupt() bug. Check bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19
  4. Add example multiFileProject to demo for multiple-file project
  5. Improve accuracy by using double, instead of uint32_t for dutycycle, period. Check Change Duty Cycle #1
  6. Update examples accordingly