You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2024. It is now read-only.
I propose to move out the PID controller from the StepperMotor class to separate class and files.
The PID controller is not a property/characteristic/attribute of a motor.
This simplifies the StepperMotor class and allows to use of a third party PID library.
I propose to move out the PID controller from the StepperMotor class to separate class and files.
The PID controller is not a property/characteristic/attribute of a motor.
This simplifies the StepperMotor class and allows to use of a third party PID library.
It may be
https://github.com/br3ttb/Arduino-PID-Library
with detailed explanation here
http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/
There is also a PID auto-tuning library
https://github.com/br3ttb/Arduino-PID-AutoTune-Library