1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00

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.
This commit is contained in:
Khoi Hoang
2021-09-24 03:28:14 -04:00
committed by GitHub
parent eb3eaaa8b0
commit c1b4909210

View File

@ -4256,3 +4256,4 @@ https://github.com/khoih-prog/Portenta_H7_Slow_PWM
https://github.com/SpaceTrekKSC/EasyStarterKit https://github.com/SpaceTrekKSC/EasyStarterKit
https://github.com/khoih-prog/RP2040_PWM https://github.com/khoih-prog/RP2040_PWM
https://github.com/khoih-prog/MBED_RP2040_Slow_PWM https://github.com/khoih-prog/MBED_RP2040_Slow_PWM
https://github.com/khoih-prog/RP2040_Slow_PWM