File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
/* *********************************************************************************
2
- Arduino QuickPID Library for Arduino - Version 2.0.0
2
+ QuickPID Library for Arduino - Version 2.0.0
3
3
by dlloydev https://github.com/Dlloydev/QuickPID
4
4
Based on the Arduino PID Library by Brett Beauregard
5
5
Original file line number Diff line number Diff line change 1
1
# QuickPID
2
2
3
- ### API
4
-
5
3
The API follows the [ ArduinoPID] ( https://github.com/br3ttb/Arduino-PID-Library ) library, however there have been some significant updates as follows:
6
4
7
5
- Library named as ** QuickPID** and can run concurrently with Arduino ** PID**
@@ -53,8 +51,7 @@ A future version will provide further performance improvements by pre-calculatin
53
51
***************************************************************
54
52
```
55
53
56
- - For an ultra-detailed explanation of why the code is the way it is, please visit:
54
+ - For an ultra-detailed explanation of why the code is the way it is, please visit:
57
55
http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/
58
56
59
57
- For function documentation see: http://playground.arduino.cc/Code/PIDLibrary
60
-
You can’t perform that action at this time.
0 commit comments