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