Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/particle-iot/particle-pid
PID control library for Particle, adapted from br3ttb/Arduino-PID-Library
https://github.com/particle-iot/particle-pid
arduino particle pid pid-control
Last synced: about 1 month ago
JSON representation
PID control library for Particle, adapted from br3ttb/Arduino-PID-Library
- Host: GitHub
- URL: https://github.com/particle-iot/particle-pid
- Owner: particle-iot
- License: mit
- Created: 2014-09-02T02:54:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T01:17:15.000Z (10 months ago)
- Last Synced: 2024-02-15T02:27:20.473Z (10 months ago)
- Topics: arduino, particle, pid, pid-control
- Language: C++
- Homepage:
- Size: 223 KB
- Stars: 10
- Watchers: 5
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PID control library for Particle
_Adapted from Brett Beauregard's [Arduino PID Library](https://github.com/br3ttb/Arduino-PID-Library)_
For a thorough explanation of the library's workings, see http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/