MBED_RP2040_PWM

This library enables you to use Hardware-based PWM to create and output PWM to pins on RP2040 board to create and output PWM to pins.

Author
Khoi Hoang
Website
https://github.com/khoih-prog/MBED_RP2040_PWM
Category
Device Control
License
MIT
Library Type
Contributed
Architectures
mbed, mbed_nano, mbed_rp2040

These PWM channels, using RP2040 Hardware-PWM channels, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software ISR-based PWM, using millis(), micros() or Timer Interrupt. This important feature is absolutely necessary for mission-critical tasks. You can start, stop, change and restore the settings of any PWM channel on-the-fly

Downloads

Filename Release Date File Size
MBED_RP2040_PWM-1.0.1.zip 2023-01-22 25.31 KiB
MBED_RP2040_PWM-1.0.0.zip 2022-02-10 22.47 KiB