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

Commit 23dbc99

Browse files
authored
v1.0.0 for STM32F/L/H/G/WB/MP1 PWM
### Initial Releases v1.0.0 1. Initial coding to support **STM32F/L/H/G/WB/MP1 boards** such as NUCLEO_H743ZI2, NUCLEO_L552ZE_Q, NUCLEO_F767ZI, BLUEPILL_F103CB, etc., using [`Arduino Core for STM32`](https://github.com/stm32duino/Arduino_Core_STM32) 2. The hardware-based PWM channels can generate very high PWM frequencies up with high accuracy.
1 parent b0bfb79 commit 23dbc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Another way to install is to:
135135

136136
1. Install [VS Code](https://code.visualstudio.com/)
137137
2. Install [PlatformIO](https://platformio.org/platformio-ide)
138-
3. Install [**STM32_PWM** library](https://platformio.org/lib/show/xxxxx/STM32_PWM) by using [Library Manager](https://platformio.org/lib/show/xxxxx/STM32_PWM/installation). Search for **STM32_PWM** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
138+
3. Install [**STM32_PWM** library](https://platformio.org/lib/show/12902/STM32_PWM) by using [Library Manager](https://platformio.org/lib/show/12902/STM32_PWM/installation). Search for **STM32_PWM** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22)
139139
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)
140140

141141
---

0 commit comments

Comments
 (0)