Arduino-PID-Library/README.txt
Brett Beauregard 98d2779e18 Initial Commit To Git Hub
There are 3 changes:
 - All code changes will now be here instead of on Google Code
 - The license has been changed to GPLv3
 - Support for Arduino 1.0 was added
2011-12-14 07:20:47 -05:00

15 lines
528 B
Plaintext

***************************************************************
* Arduino PID Library - Version 1.0.1
* by Brett Beauregard <br3ttb@gmail.com> brettbeauregard.com
*
* This Library is licensed under a GPLv3 License
***************************************************************
- To Use, copy the PID_v1 folder into the Arduino\Libraries directory
- 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/