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 9776c5e commit 649ddbb
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 @@ -234,7 +234,7 @@ PWM_Instance->setPWM(PWM_Pins, new_frequency, new_dutyCycle, true);

### Example [PWM_Multi](examples/PWM_Multi)

https://github.com/khoih-prog/RP2040_PWM/blob/f17be4db92f97adfb6846eaa7d479d3fed60bcb6/examples/PWM_Multi/PWM_Multi.ino#L14-L108
https://github.com/khoih-prog/RP2040_PWM/blob/9776c5e13215364a6596cf3e0c5ddd87bfa92cdb/examples/PWM_Multi/PWM_Multi.ino#L1-L108


---
Expand Down

0 comments on commit 649ddbb

Please sign in to comment.