hayschan/autopid_for_esp_idf

1.0.2

Latest
uploaded 1 year ago
A PID controller library for ESP-IDF

2 examples

  • basics
    The `AutoPID` algorithm employs a hybrid approach that utilizes bang-bang control when the error exceeds defined thresholds, providing simple on/off…
    3.92 KB
  • temperature_control_relay
    This example demonstrates the use of the AutoPID library to implement a bang-bang control algorithm for a heating element via a relay, featuring…
    5.19 KB