Skip to content
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.

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 01 Feb 04:50
· 19 commits to main since this release
682cb6d

Releases v1.2.0

  1. Fix multiple-definitions linker error. Drop src_cpp and src_h directories
  2. 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
  3. Add examples SAMD21 multiFileProject and SAMD51 multiFileProjectto demo for multiple-file project
  4. Improve accuracy by using double, instead of uint32_t for dutycycle, period. Check Change Duty Cycle #1
  5. Optimize library code by using reference-passing instead of value-passing
  6. Add support to many more boards, such as SAMD21E1xA, SAMD21G1xA andSAMD21J1xA
  7. Update examples accordingly
  8. Update Packages' Patches