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

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
### Initial Releases v1.0.0

1. Initial coding to support RP2040-based boards such as **Nano_RP2040_Connect and RASPBERRY_PI_PICO**, etc. using [**Arduino-mbed** core](https://github.com/arduino/ArduinoCore-mbed)
  • Loading branch information
khoih-prog authored Feb 10, 2022
1 parent 45b72ce commit 656fb2c
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 @@ -26,7 +26,7 @@
* [Usage](#usage)
* [1. Prepare PWM settings](#1-Prepare-PWM-settings)
* [2. Set PWM Frequency and dutycycle](#2-Set-PWM-Frequency-and-dutycycle)
* [3. Read actual PWM Parameters](#2-Read-actual-PWM-Parameters)
* [3. Read actual PWM Parameters](#3-Read-actual-PWM-Parameters)
* [Examples](#examples)
* [ 1. PWM_Multi](examples/PWM_Multi)
* [ 2. PWM_Single](examples/PWM_Single)
Expand Down

0 comments on commit 656fb2c

Please sign in to comment.