Skip to content

Commit 8b465d4

Browse files
committed
Update README.md
1 parent 5acd870 commit 8b465d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This PID controller provides a shortened *read-compute-write* cycle by using a r
1111
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:
1212

1313
- 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.
1515
- Variable `POn` parameter controls the setpoint weighting and mix of Proportional on Error to Proportional on Measurement.
1616
- Includes [analogWrite](https://github.com/Dlloydev/ESP32-ESP32S2-AnalogWrite) for ESP32 boards.
1717

@@ -166,7 +166,7 @@ Use this link for reference. Note that if you're using QuickPID, there's no need
166166
167167
#### Version 2.2.8
168168
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.
170170
171171
#### Version 2.2.7
172172
@@ -217,7 +217,7 @@ Use this link for reference. Note that if you're using QuickPID, there's no need
217217
218218
#### Version 2.0.3
219219
220-
- Initial Version with modifications as listed in [features.](#Features)
220+
- Initial Version
221221
222222
------
223223

0 commit comments

Comments
 (0)