bug fix#70
Conversation
added info to use this in the esp-idf toolkit to program esp32
|
Thank you for your interest and pull request. I'll do the merge then push a small edit to the readme comment and move it to just after the main paragraph: QuickPID is an updated implementation of the Arduino PID library with additional features for PID control. By default, this implementation closely follows the method of processing the p,i,d terms as in the PID_v1 library except for using a more advanced anti-windup mode. Integral anti-windup can be based on conditionally using PI terms to provide some integral correction, prevent deep saturation and reduce overshoot. Anti-windup can also be based on clamping only, or it can be turned completely off. Also, the proportional term can be based on error, measurement, or both. The derivative term can be based on error or measurement. PID controller modes include timer, which allows external timer or ISR timing control. |
Resolved the following error while building in esp-idf in commit id: "97c5a1b83815075aef9c0efcd06985d5ff5ebfd8"