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

readme

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

[![Badge](https://components.espressif.com/components/espp/pid/badge.svg)](https://components.espressif.com/components/espp/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.

## 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.22.1"

or download archive

Stats

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

Badge

espp/pid version: 0.22.1
|