QuickPID
QuickPID copied to clipboard
A fast PID controller with multiple options. Various Integral anti-windup, Proportional, Derivative and timer control modes.
I have the use case, where the input is not a simple read, but a bit more complex calculations. So instead of doing the maths on every loop, just to...
I am using the QuickPID library in a project with PlatformIO and VS code on a NodeMCU 32S board. Whenever I try to use any of the class enum keywords...
Just wondering why the examples with TIMER still use the "automatic" mode ` myPID.SetMode(myPID.Control::automatic);` and not the "timer" mode ?
I try to use this S-QuickPID library with my STM32project, but my project is on C language. Is same QuickPID library is available on C language. if yes could you...