From b4caf1e5a23fe74b5c72e3f54448a11354b5cf0c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 9 Feb 2022 22:19:23 -0500 Subject: [PATCH] Add MBED_RP2040_PWM Library (#1035) ### Initial Releases v1.0.0 1. Initial coding to support RP2040-based boards such as **Nano_RP2040_Connect and RASPBERRY_PI_PICO**, etc. using [**Arduino-mbed** core](https://github.com/arduino/ArduinoCore-mbed) --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index e1af6839..ac000ed4 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4640,3 +4640,4 @@ https://github.com/chrmlinux/tinyI2S https://github.com/EmotiBit/EmotiBit_External_EEPROM https://github.com/khoih-prog/nRF52_MBED_PWM https://github.com/EmotiBit/EmotiBit_ADS1X15 +https://github.com/khoih-prog/MBED_RP2040_PWM