1
0
mirror of https://github.com/arduino/library-registry.git synced 2026-01-06 15:01:10 +03:00

Add STM32_Slow_PWM Library (#552)

### 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 hybrid ISR-based PWM channels can generate from very low (much less than 1Hz) to highest PWM frequencies up to 1000Hz with acceptable accuracy.
This commit is contained in:
Khoi Hoang
2021-09-30 01:28:43 -04:00
committed by GitHub
parent d2ed45d7de
commit 6562555918

View File

@@ -4275,3 +4275,4 @@ https://github.com/khoih-prog/AVR_Slow_PWM
https://github.com/khoih-prog/megaAVR_Slow_PWM
https://github.com/khoih-prog/Teensy_Slow_PWM
https://github.com/khoih-prog/SAMDUE_Slow_PWM
https://github.com/khoih-prog/STM32_Slow_PWM