Arduino PID Library

repository·master·Indexed 24 days ago

https://github.com/br3ttb/arduino-pid-library

A lightweight Proportional-Integral-Derivative (PID) control library for Arduino designed to provide stable feedback control for embedded applications by adjusting a control variable to maintain a process variable at a desired setpoint.

Tokens
59
Snippets
0
Records
1
Agent score
31%

What's inside arduino-pid-library

  1. Overview of the Arduino PID Library

    master
    The Arduino PID Library provides basic feedback control for Arduino projects. It implements a Proportional-Integral-Derivative (PID) controller to help maintain a process variable at a desired setpoint by adjusting a control variable.