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

v1.2.0 to fix `multiple-definitions` linker error, to add support to ESP32_C3, and to improve accuracy

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 30 Jan 02:40
· 19 commits to main since this release
d068df5

Releases v1.2.0

  1. Fix multiple-definitions linker error. Drop src_cpp and src_h directories
  2. Add support to ESP32_C3
  3. Add example multiFileProject to demo for multiple-file project
  4. Improve accuracy by using double, instead of uint32_t for dutycycle, period
  5. Update examples accordingly