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 more boards, and to improve accuracy, DutyCycle to be optionally updated at the end current PWM period instead of immediately, etc.
Releases v1.2.0
- Fix
multiple-definitions
linker error. Dropsrc_cpp
andsrc_h
directories - 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
- Add examples SAMD21 multiFileProject and SAMD51 multiFileProjectto demo for multiple-file project
- Improve accuracy by using
double
, instead ofuint32_t
fordutycycle
,period
. Check Change Duty Cycle #1 - Optimize library code by using
reference-passing
instead ofvalue-passing
- Add support to many more boards, such as
SAMD21E1xA
,SAMD21G1xA
andSAMD21J1xA
- Update examples accordingly
- Update
Packages' Patches