espressif / idf-extra-components

Additional components for ESP-IDF, maintained by Espressif
152 stars 93 forks source link

feature/add reset_pre_error in pid_ctrl (IEC-30) #207

Closed Kainarx closed 1 year ago

Kainarx commented 1 year ago

There are occasions when it is necessary to reset the previously accumulated error (e.g. when the motor is stopped and then started again). This commit add a reset_pre_error function in pid_ctrl. And fix a hyperlink error in pid_ctrl README.md

Closes https://github.com/espressif/idf-extra-components/issues/203

Checklist

Change description

Please describe your change here

suda-morris commented 1 year ago

@L-KAYA please take a look as well

suda-morris commented 1 year ago

@Kainarx Please don't forget to bump the library version.

L-KAYA commented 1 year ago

Changes LGTM~ Thanks for the contribution!