From 57df7e0a3ff7d3ff64e1611e82e593c2f744a20d Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 22 Jan 2023 00:00:30 -0500 Subject: [PATCH] v1.4.1 to add `PWM_StepperControl` example ### Releases v1.4.1 1. Add example [PWM_StepperControl](https://github.com/khoih-prog/RP2040_PWM/examples/PWM_StepperControl) to demo how to control Stepper Motor using PWM. Check [Using PWM to step a stepper driver #16](https://github.com/khoih-prog/RP2040_PWM/issues/16) 2. Use `allman astyle` and add `utils` --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 55fe393..23c33bc 100644 --- a/changelog.md +++ b/changelog.md @@ -40,6 +40,7 @@ ### Releases v1.4.1 1. Add example [PWM_StepperControl](https://github.com/khoih-prog/RP2040_PWM/examples/PWM_StepperControl) to demo how to control Stepper Motor using PWM. Check [Using PWM to step a stepper driver #16](https://github.com/khoih-prog/RP2040_PWM/issues/16) +2. Use `allman astyle` and add `utils` ### Releases v1.4.0