QuickPID 2.3.3
QuickPID 2.3.3
- Added new
TIMER
mode which is used when the PID compute is called by an external timer function or ISR. In this mode, the timer function and SetSampleTimeUs use the same time period value. The PID compute and timer will always remain in sync because the sample time variable and calculations remain constant. See AutoTune_TIMER
mode example AutoTune_Filter_TIMER_Mode.ino