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 improve accuracy and to Optimize library code by using `reference-passing` instead of `value-passing`, to fix bug, etc.

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 30 Jan 07:30
· 15 commits to main since this release
655e979

Releases v1.2.0

  1. Fix multiple-definitions linker error. Drop src_cpp and src_h directories
  2. Add example multiFileProject to demo for multiple-file project
  3. Improve accuracy by using double, instead of uint32_t for dutycycle, period
  4. Optimize library code by using reference-passing instead of value-passing
  5. Fix reattachInterrupt() bug. Check bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19
  6. Update examples accordingly