From c1b490921034464d8b25d646cb0fe6266416a7f0 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 24 Sep 2021 03:28:14 -0400 Subject: [PATCH] Add RP2040_Slow_PWM Library (#532) ### Initial Releases v1.0.0 1. Initial coding to support **RP2040-based boards** such as ADAFRUIT_FEATHER_RP2040, RASPBERRY_PI_PICO, etc. using [**Earle Philhower's arduino-pico core**](https://github.com/earlephilhower/arduino-pico) 2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 3a5bcda0..dcae86b5 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4256,3 +4256,4 @@ https://github.com/khoih-prog/Portenta_H7_Slow_PWM https://github.com/SpaceTrekKSC/EasyStarterKit https://github.com/khoih-prog/RP2040_PWM https://github.com/khoih-prog/MBED_RP2040_Slow_PWM +https://github.com/khoih-prog/RP2040_Slow_PWM