Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Releases: khoih-prog/SAMD_ISR_Servo

v1.1.0 to convert to h-only style, to optimize code by using passing by `reference` instead of by `value`, to add support to many more boards, such as `SAMD21E1xA`, `SAMD21G1xA` and`SAMD21J1xA`, etc.

09 Mar 21:19
ee34195
Compare
Choose a tag to compare

Releases v1.1.0

  1. Convert to h-only style.
  2. Optimize library code by using reference-passing instead of value-passing
  3. Display informational warning only when ISR_SERVO_DEBUG > 1
  4. Add support to many more boards, such as SAMD21E1xA, SAMD21G1xA andSAMD21J1xA
  5. Add example multiFileProject to demo for multiple-file project
  6. Update examples accordingly
  7. Update Packages' Patches

v1.0.0 to support SAMD21 and SAMD51-based boards

22 Aug 23:14
eda8a78
Compare
Choose a tag to compare

Releases v1.0.0

  1. Basic 16 ISR-based servo controllers using 1 hardware timer for SAMD-based board
  2. Support to both SAMD21 and SAMD51