pid (community library)
Summary
Name | Value |
---|---|
Name | pid |
Version | 2.0.1 |
Installs | |
License | GPLv3 |
Author | Dan Rice dan@zoombody.com |
Maintainer | Particle hello@particle.io |
URL | https://github.com/particle-iot/Particle-PID |
Repository | https://github.com/particle-iot/Particle-PID.git |
Download | .tar.gz |
All Versions | 2.0.1, 2.0.0, 1.1.1-1, 0.1.1, 0.1.0, 0.0.1 |
PID control library A PID controller seeks to keep some input variable close to a desired setpoint by adjusting an output. The way in which it does this can be 'tuned' by adjusting three parameters (P,I,D).
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
PID control library for Particle
Adapted from Brett Beauregard's Arduino PID Library
For a thorough explanation of the library's workings, see http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/
Browse Library Files