-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathREADME.txt
More file actions
13 lines (10 loc) · 713 Bytes
/
Copy pathREADME.txt
File metadata and controls
13 lines (10 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
***************************************************************
* Arduino PID Library - Version 1.2.1
* by Brett Beauregard <br3ttb@gmail.com> 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".)
- Very minor edits made to add const correctness