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

Releases: khoih-prog/STM32_PWM

v1.0.1 to add example `PWM_StepperControl` to demo how to control Stepper Motor using PWM

23 Jan 06:43
d591c0a
Compare
Choose a tag to compare

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

01 Oct 02:17
23dbc99
Compare
Choose a tag to compare

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
  2. The hardware-based PWM channels can generate very high PWM frequencies up with high accuracy.