QuickPID 2.3.2
Version 2.3.2
- Removed fixed point calculations as the speed benefit was very minimal.
- Prevent integral windup if output exceeds limits.
- Added the following new functions that return the P, I and D terms of the calculation.
float GetPeTerm(); // proportional on error component of output
float GetPmTerm(); // proportional on measurement component of output
float GetIterm(); // integral component of output
float GetDterm(); // derivative component of output