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

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.
This commit is contained in:
Khoi Hoang
2021-09-24 01:12:13 -04:00
committed by GitHub
parent befb4c7056
commit eb3eaaa8b0

View File

@ -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