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 add feature to select among highest, medium or lowest accuracy for Timers, to improve accuracy and to fix bug.
Releases v1.2.0
- Fix
multiple-definitionslinker error. Dropsrc_cppandsrc_hdirectories - Add feature to select among highest, medium or lowest accuracy for Timers for shortest, medium or longest time
- Fix reattachInterrupt() bug. Check bugfix: reattachInterrupt() pass wrong frequency value to setFrequency() #19
- Add example multiFileProject to demo for multiple-file project
- Improve accuracy by using
double, instead ofuint32_tfordutycycle,period. Check Change Duty Cycle #1 - Update examples accordingly