Skip to content

QuickPID 2.3.3

Compare
Choose a tag to compare
@Dlloydev Dlloydev released this 25 May 01:12
· 58 commits to master since this release

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