From b57426f1370370ddfeef0253264cecb7958523cc Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 22 Aug 2021 19:19:22 -0400 Subject: [PATCH] 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 --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 444a72e5..b2fb1830 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4169,3 +4169,4 @@ https://bitbucket.org/David_Such/nexgen_motorshield https://github.com/khoih-prog/STM32_ISR_Servo https://github.com/edge-ml/arduino https://github.com/khoih-prog/RP2040_ISR_Servo +https://github.com/khoih-prog/SAMD_ISR_Servo