From eb3eaaa8b0d0f94dda0ced81d2bda838f946c4fb Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Fri, 24 Sep 2021 01:12:13 -0400 Subject: [PATCH] Add MBED_RP2040_Slow_PWM Library (#530) ### Initial Releases v1.0.0 1. Initial coding to support **RP2040-based boards** such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, etc. using RP2040 [**ArduinoCore-mbed mbed_nano or mbed_rp2040** core](https://github.com/arduino/ArduinoCore-mbed) 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 cedd631b..3a5bcda0 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4255,3 +4255,4 @@ https://github.com/bobboteck/CWLibrary 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