Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/br3ttb/Arduino-PID-Library
https://github.com/br3ttb/Arduino-PID-Library
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/br3ttb/Arduino-PID-Library
- Owner: br3ttb
- Created: 2011-12-14T11:52:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T10:04:34.000Z (5 months ago)
- Last Synced: 2024-06-30T18:09:18.385Z (4 months ago)
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 1,884
- Watchers: 173
- Forks: 1,090
- Open Issues: 85
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- Awesome-arduino - Arduino-PID-Library - A pid library for Arduino written in C++ (Libraries)
- awesome-arduino - Arduino-PID-Library - A pid library for Arduino written in C++ (Libraries)
README
***************************************************************
* Arduino PID Library - Version 1.2.1
* by Brett Beauregard brettbeauregard.com
*
* This Library is licensed under the MIT License
***************************************************************- For an ultra-detailed explanation of why the code is the way it is, please visit:
http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/- For function documentation see: http://playground.arduino.cc/Code/PIDLibrary (Click "Libraries" on the left panel. The link to the documentation is listed as "PIDLibrary - Provides basic feedback control".)