From 99c60cfd04f7e36a2647d15796c687621b8a89f9 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 22 Aug 2021 02:57:46 -0400 Subject: [PATCH] Add RP2040_ISR_Servo Library (#384) ### Releases v1.0.0 1. Basic 16 ISR-based servo controllers using 1 hardware timer for RP2040-based board 2. Support to both [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed) and [**Earle Philhower's arduino-pico core**](https://github.com/earlephilhower/arduino-pico) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 8ff2d9c3..d7a632ac 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4167,3 +4167,4 @@ https://github.com/khoih-prog/FlashStorage_STM32F1 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