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

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.

Latest
Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 09 Mar 21:19
· 64 commits to main since this release
ee34195

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