when github was adding a hash to the library download zip, there was confusion from beginners about needing to rename the unzipped folder before moving into the arduino ide. this library has been prepped (thijse) for the arduino library manager, which requires the library to be in the root directory. Having the library in the manager also removes the "beginner user hash" concern.
12 lines
532 B
Plaintext
12 lines
532 B
Plaintext
***************************************************************
|
|
* Arduino PID Library - Version 1.1.1
|
|
* by Brett Beauregard <br3ttb@gmail.com> brettbeauregard.com
|
|
*
|
|
* This Library is licensed under a GPLv3 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
|