You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# QuickPID
2
2
3
-
This API (version 2.01) follows the [ArduinoPID](https://github.com/br3ttb/Arduino-PID-Library) library, however there have been some significant updates as follows:
3
+
This API (version 2.02) follows the [ArduinoPID](https://github.com/br3ttb/Arduino-PID-Library) library, however there have been some significant updates as follows:
4
4
5
5
- Library named as **QuickPID** and can run concurrently with Arduino **PID**
6
6
- Reorganized and more efficient PID algorithms
7
-
-Fast fixed-point calculations for smaller coefficients, floating point calculations for larger coefficients
7
+
-micros() timing resolution
8
8
- Faster analog read function
9
9
-`GetError()`function added for diagnostics
10
10
@@ -21,19 +21,19 @@ This API (version 2.01) follows the [ArduinoPID](https://github.com/br3ttb/Ardui
21
21
### Variables
22
22
23
23
24
-
| Variable | Arduino PID | QuickPID | Data Type | Resolution | Bits Used |Min | Max|
0 commit comments