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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This PID controller provides a shortened *read-compute-write* cycle by using a r
11
11
Development began with a fork of the Arduino PID Library. Modifications and new features have been added as described in the change log and below:
12
12
13
13
- Quicker hybrid fixed/floating point math, efficient PID algorithm and micros() timing resolution.
14
-
- Built-in `AutoTunePID` class as a dynamic object. [AutoTune](https://github.com/Dlloydev/QuickPID/wiki/AutoTune) automatically determines and applies `Kp`, `Ki` and `Kd` tuning parameters and has 10 tuning rules to choose from.
14
+
- Built-in `AutoTunePID` class as a dynamic object. AutoTune automatically determines and applies `Kp`, `Ki` and `Kd` tuning parameters and has 10 tuning rules to choose from.
15
15
- Variable `POn` parameter controls the setpoint weighting and mix of Proportional on Error to Proportional on Measurement.
16
16
- Includes [analogWrite](https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite) for ESP32 boards.
17
17
@@ -166,7 +166,7 @@ Use this link for reference. Note that if you're using QuickPID, there's no need
166
166
167
167
#### Version 2.2.8
168
168
169
-
- AutoTune is now independent of the QuickPID library and can be run from a sketch. AutoTune is now non-blocking, no timeouts are required and it uses Input and Output variables directly. See the example [AutoTune_RC_Filter.ino](https://github.com/Dlloydev/QuickPID/blob/master/examples/AutoTune_RC_Filter/AutoTune_RC_Filter.ino) for details.
169
+
- AutoTune is now independent of the QuickPID library and can be run from a sketch. AutoTune is now non-blocking, no timeouts are required and it uses Input and Output variables directly.
170
170
171
171
#### Version 2.2.7
172
172
@@ -217,7 +217,7 @@ Use this link for reference. Note that if you're using QuickPID, there's no need
217
217
218
218
#### Version 2.0.3
219
219
220
-
- Initial Version with modifications as listed in [features.](#Features)
0 commit comments