From af1825cbd9468227ca5ad6f63355a067a40e322e Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 30 Sep 2021 22:24:21 -0400 Subject: [PATCH] Add STM32_PWM Library (#554) 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. --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 0274af35..79a4b78d 100644 --- a/repositories.txt +++ b/repositories.txt @@ -4277,3 +4277,4 @@ https://github.com/khoih-prog/Teensy_Slow_PWM https://github.com/khoih-prog/SAMDUE_Slow_PWM https://github.com/khoih-prog/STM32_Slow_PWM https://github.com/shkoo/MeshGnome +https://github.com/khoih-prog/STM32_PWM