Skip to content

Commit 268bddb

Browse files
committed
Updare Readme
1 parent 27cdb74 commit 268bddb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

QuickPID.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**********************************************************************************
2-
Arduino QuickPID Library for Arduino - Version 2.0.0
2+
QuickPID Library for Arduino - Version 2.0.0
33
by dlloydev https://github.com/Dlloydev/QuickPID
44
Based on the Arduino PID Library by Brett Beauregard
55

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# QuickPID
22

3-
### API
4-
53
The API follows the [ArduinoPID](https://github.com/br3ttb/Arduino-PID-Library) library, however there have been some significant updates as follows:
64

75
- 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
5351
***************************************************************
5452
```
5553

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:
5755
http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-introduction/
5856

5957
- For function documentation see: http://playground.arduino.cc/Code/PIDLibrary
60-

0 commit comments

Comments
 (0)