m-lundberg / simple-pid

A simple and easy to use PID controller in Python
MIT License
799 stars 217 forks source link

Keep pid call uniform with update function #81

Closed iysheng closed 4 months ago

iysheng commented 7 months ago

Add dt parameter with pid call, So keep uniform with update function.