espp/pid

0.21.0

uploaded 1 day ago
PID (proportional-integral-derivative) component for ESP-IDF

readme

# PID (Proportional-Integral-Derivative) Feedback Control Component

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.

## Example

The [example](./example) shows how to use the `espp::Pid` class to perform closed-loop
feedback control using proportional-integral-derivative (PID) control.

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/pid^0.21.0"

or download archive

Stats

  • Archive size
    Archive size ~ 8.15 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espp/pid version: 0.21.0
|