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
Releases v1.2.0
- Fix
multiple-definitions
linker error. Dropsrc_cpp
andsrc_h
directories - Add support to
ESP32_C3
- Add example multiFileProject to demo for multiple-file project
- Improve accuracy by using
double
, instead ofuint32_t
fordutycycle
,period
- Update examples accordingly