PowerBroker2 / ArduPID

PID library for Arduinos with greater accuracy than the legacy Arduino PID library
MIT License
85 stars 23 forks source link

What it the setpoint changes often? #3

Closed Rimbaldo closed 2 years ago

Rimbaldo commented 2 years ago

Hi! Can it be used in a situation where the setpoint changes on-the-fly, like a gas pedal of a car, accelerating? Example, you change the speed and the PID tries to keep the new set speed, even if the load increases.

PowerBroker2 commented 2 years ago

Yes, it can do that