This repository was archived by the owner on Feb 22, 2023. It is now read-only.
v1.2.0 to add support to MegaCoreX core, fix `multiple-definitions` linker error, improve accuracy, optimize library code, etc.
Releases v1.2.0
- Fix
multiple-definitionslinker error. Dropsrc_cppandsrc_hdirectories - Add support to
MegaCoreXcore, including ATmega4809, ATmega4808, ATmega3209, ATmega3208, ATmega1609, ATmega1608, ATmega809 and ATmega808 - Improve accuracy by using
float, instead ofuint32_tfordutycycle. Check Change Duty Cycle #1 - DutyCycle to be optionally updated at the end current PWM period instead of immediately. Check DutyCycle to be updated at the end current PWM period #2
- Optimize library code by using
reference-passinginstead ofvalue-passing - Add example multiFileProject to demo for multiple-file project
- Update examples accordingly