This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/SAMD_ISR_Servo
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.
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
Releases v1.1.0
- Convert to
h-only
style. - Optimize library code by using
reference-passing
instead ofvalue-passing
- Display informational warning only when
ISR_SERVO_DEBUG
> 1 - Add support to many more boards, such as
SAMD21E1xA
,SAMD21G1xA
andSAMD21J1xA
- Add example multiFileProject to demo for multiple-file project
- Update examples accordingly
- Update
Packages' Patches
v1.0.0 to support SAMD21 and SAMD51-based boards
Releases v1.0.0
- Basic 16 ISR-based servo controllers using 1 hardware timer for SAMD-based board
- Support to both SAMD21 and SAMD51