Go to file
Josh Cox ee9b47cffe
making the library version variable more unique to protect against
conflicts see:
https://github.com/mysensors/Arduino/issues/488

for an example of a current conflict that is being resolved on their end
in a similar fashion
2016-06-27 13:20:25 -05:00
examples enhance coding style 2015-05-09 20:20:53 +02:00
keywords.txt moved library code back to root from sub-folder 2015-04-20 19:30:29 -04:00
library.json moved library code back to root from sub-folder 2015-04-20 19:30:29 -04:00
library.properties moved library code back to root from sub-folder 2015-04-20 19:30:29 -04:00
PID_v1.cpp moved library code back to root from sub-folder 2015-04-20 19:30:29 -04:00
PID_v1.h making the library version variable more unique to protect against 2016-06-27 13:20:25 -05:00
README.txt moved library code back to root from sub-folder 2015-04-20 19:30:29 -04:00

***************************************************************
* 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