espp/pid

1.0.36

Latest
uploaded 4 hours ago
PID (proportional-integral-derivative) component for ESP-IDF

1 example

  • example
    This example shows how to use the `espp::Pid` class to perform closed-loop feedback control using proportional-integral-derivative (PID) control. The example does not operate on real hardware, but simply runs the PID algorithm on fake data.
    2.37 KB