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

v1.4.0 to fix multiple-definitions linker error, to fix bug and to optimize library code

Choose a tag to compare

@khoih-prog khoih-prog released this 22 Jan 23:15
· 13 commits to main since this release
ca760ec

Releases v1.4.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. Fix reattachInterrupt() bug. Check bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19
  4. Optimize library code by using reference-passing instead of value-passing
  5. Update all examples