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.
Releases v1.2.0
- Fix
multiple-definitionslinker error. Dropsrc_cppandsrc_hdirectories - Add example multiFileProject to demo for multiple-file project
- Improve accuracy by using
double, instead ofuint32_tfordutycycle,period - Optimize library code by using
reference-passinginstead ofvalue-passing - Fix reattachInterrupt() bug. Check bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19
- Update examples accordingly