Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 7109008

Browse files
authored
v1.0.0 for nRF52 Slow PWM
### Initial Releases v1.0.0 1. Initial coding to support **nRF52-based boards, such as AdaFruit Itsy-Bitsy nRF52840, Feather nRF52840 Express**, etc. using [`Adafruit nRF52 core`](https://github.com/adafruit/Adafruit_nRF52_Arduino) 2. The hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy.
1 parent d9d3915 commit 7109008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Another way to install is to:
142142

143143
1. Install [VS Code](https://code.visualstudio.com/)
144144
2. Install [PlatformIO](https://platformio.org/platformio-ide)
145-
3. Install [**nRF52_Slow_PWM** library](https://platformio.org/lib/show/xxxxx/nRF52_Slow_PWM) by using [Library Manager](https://platformio.org/lib/show/xxxxx/nRF52_Slow_PWM/installation). Search for **nRF52_Slow_PWM** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
145+
3. Install [**nRF52_Slow_PWM** library](https://platformio.org/lib/show/12879/nRF52_Slow_PWM) by using [Library Manager](https://platformio.org/lib/show/12879/nRF52_Slow_PWM/installation). Search for **nRF52_Slow_PWM** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
146146
4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html)
147147

148148

0 commit comments

Comments
 (0)