This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/STM32_PWM
Releases · khoih-prog/STM32_PWM
v1.0.1 to add example `PWM_StepperControl` to demo how to control Stepper Motor using PWM
Releases v1.0.1
- Add example PWM_StepperControl to demo how to control Stepper Motor using PWM. Check Using PWM to step a stepper driver #16
v1.0.0 to support hardware-based PWM for STM32F/L/H/G/WB/MP1 boards such as NUCLEO_H743ZI2, NUCLEO_L552ZE_Q, NUCLEO_F767ZI, BLUEPILL_F103CB, etc., using stm32duino Arduino Core
Initial Releases v1.0.0
- 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
- The hardware-based PWM channels can generate very high PWM frequencies up with high accuracy.