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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,19 +11,19 @@ The API follows the [ArduinoPID](https://github.com/br3ttb/Arduino-PID-Library)
11
11
12
12
PID performance varies depending on how many coefficients are used. When a coefficient is zero, less calculation is done. The controller was benchmarked using an Arduino UNO. QuickPID was benchmarked using analogReadFast() code.
13
13
14
-
| P_ON_M Compute() | Kp | Ki | Kd | Step Time (µS) |
0 commit comments