Dlloydev / QuickPID

A fast PID controller with multiple options. Various Integral anti-windup, Proportional, Derivative and timer control modes.
MIT License
195 stars 50 forks source link

timer mode #74

Open fanfanlatulipe26 opened 8 months ago

fanfanlatulipe26 commented 8 months ago

Just wondering why the examples with TIMER still use the "automatic" mode myPID.SetMode(myPID.Control::automatic);

and not the "timer" mode ?