1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00

Add SAMD_ISR_Servo Library (#386)

### 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
This commit is contained in:
Khoi Hoang
2021-08-22 19:19:22 -04:00
committed by GitHub
parent 7e3a19cbdf
commit b57426f137

View File

@ -4169,3 +4169,4 @@ https://bitbucket.org/David_Such/nexgen_motorshield
https://github.com/khoih-prog/STM32_ISR_Servo https://github.com/khoih-prog/STM32_ISR_Servo
https://github.com/edge-ml/arduino https://github.com/edge-ml/arduino
https://github.com/khoih-prog/RP2040_ISR_Servo https://github.com/khoih-prog/RP2040_ISR_Servo
https://github.com/khoih-prog/SAMD_ISR_Servo