From 60cafc424695cd03e7d4bebffe1cc6174c02594d Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 23 Jan 2023 23:17:24 -0500 Subject: [PATCH] Add ContinuousStepper_Generic library (#2412) ### Initial Releases v1.0.0 1. Initial coding to use PWM to control continuous Stepper Motor. Check [Using PWM to step a stepper driver #16](https://github.com/khoih-prog/ContinuousStepper_Generic/issues/16) 2. Use `allman astyle` and add `utils` --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 97fc6097..61baad7e 100644 --- a/repositories.txt +++ b/repositories.txt @@ -5540,3 +5540,4 @@ https://github.com/stoneroweast/HoldButton https://github.com/jpconstantineau/BlueMicro_RP2040_Arduino_Library.git https://github.com/Naguissa/uUnixDate https://github.com/sparkfun/SparkFun_STTS22H_Arduino_Library +https://github.com/khoih-prog/ContinuousStepper_Generic