Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
v1.1.0 to permit PWM output to 2 channels of slice
Browse files Browse the repository at this point in the history
### Releases v1.1.0

1. Permit PWM output for both channels of PWM slice. Check [Request for Clarification on PWM Slices and A/B sides #5](#5)
2. Use float `instead` of `double` for frequency and duty-cycle
3. Add example [PWM_MultiChannel](https://github.com/khoih-prog/RP2040_PWM/tree/main/examples/PWM_MultiChannel) to demonstrate how to use both channels of PWM slice.
  • Loading branch information
khoih-prog authored Feb 25, 2022
1 parent 83eeca6 commit 9776c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* [ 1. PWM_Multi](examples/PWM_Multi)
* [ 2. PWM_DynamicFreq](examples/PWM_DynamicFreq)
* [ 3. PWM_DynamicDutyCycle](examples/PWM_DynamicDutyCycle)
* [ 4. PWM_MultiChannel](examples/PWM_MultiChannel)
* [ 4. PWM_MultiChannel](examples/PWM_MultiChannel) **New**
* [Example PWM_Multi](#example-PWM_Multi)
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
* [1. PWM_Multi on MBED RaspberryPi Pico](#1-PWM_Multi-on-MBED-RaspberryPi-Pico)
Expand Down

0 comments on commit 9776c5e

Please sign in to comment.