1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00

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.
This commit is contained in:
Khoi Hoang
2021-09-30 22:24:21 -04:00
committed by GitHub
parent 1a41458398
commit af1825cbd9

View File

@ -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