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

Commit

Permalink
v1.3.1 to add minimal example PWM_Basic
Browse files Browse the repository at this point in the history
### Releases v1.3.1

1. Add `minimal` example [PWM_Basic](https://github.com/khoih-prog/RP2040_PWM/tree/main/examples/PWM_Basic). Check [added minimal viable program to get the user up and running #9](#9)
  • Loading branch information
khoih-prog authored Sep 12, 2022
1 parent 8cc6c64 commit 756c069
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
* [ 2. PWM_DynamicFreq](examples/PWM_DynamicFreq)
* [ 3. PWM_DynamicDutyCycle](examples/PWM_DynamicDutyCycle)
* [ 4. PWM_MultiChannel](examples/PWM_MultiChannel)
* [ 5. PWM_Waveform](examples/PWM_Waveform) **New**
* [ 6. PWM_Waveform_Fast](examples/PWM_Waveform_Fast). **New**
* [ 7. PWM_DynamicDutyCycle_Int](examples/PWM_DynamicDutyCycle_Int). **New**
* [ 5. PWM_Waveform](examples/PWM_Waveform)
* [ 6. PWM_Waveform_Fast](examples/PWM_Waveform_Fast)
* [ 7. PWM_DynamicDutyCycle_Int](examples/PWM_DynamicDutyCycle_Int)
* [ 8. PWM_Basic](examples/PWM_Basic). **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 756c069

Please sign in to comment.