QuickPID
QuickPID copied to clipboard
timer mode
Just wondering why the examples with TIMER still use the "automatic" mode
myPID.SetMode(myPID.Control::automatic);
and not the "timer" mode ?