PID APIs
PID
The PID component provides a simple, thread-safe class representing a PID controller. It tracks how frequently its update() method is called and can have its gains change dynamically.
Code examples for the task API are provided in the pid example folder.