m-lundberg / simple-pid

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

Keep pid call uniform with update function #81

Closed iysheng closed 2 months ago

iysheng commented 5 months ago

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