Skip to content

Commit d20a0ca

Browse files
committed
Update README.md
1 parent 275a002 commit d20a0ca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

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

3+
[![arduino-library-badge](https://www.ardu-badge.com/badge/QuickPID.svg?)](https://www.ardu-badge.com/QuickPID)
4+
35
QuickPID is a fast fixed/floating point implementation of the Arduino PID library with built-in AutoTune function. This controller can automatically determine and set parameters (Kp, Ki, Kd). The POn setting controls the mix of Proportional on Errror to Proportional on Measurement and can be used to set the desired amount of overshoot.
46

57
### About
@@ -29,9 +31,9 @@ Development began with a fork of the Arduino PID Library. Some modifications and
2931
| QuickPID using `analogReadFast()` | 2.0 | 5.0 | 0.2 | 96 |
3032
| Arduino PID using `analogRead()` | 2.0 | 5.0 | 0.2 | 224 |
3133

32-
### AutoTune RC Filter
34+
### [AutoTune RC Filter](https://github.com/Dlloydev/QuickPID/wiki/AutoTune_RC_Filter)
3335

34-
[This example](https://github.com/Dlloydev/QuickPID/wiki/AutoTune_RC_Filter) allows you to experiment with the AutoTune and POn control on an RC filter.
36+
This example allows you to experiment with the AutoTune and POn control on an RC filter.
3537

3638
### Simplified PID Algorithm
3739

@@ -182,7 +184,7 @@ A faster configuration of `analogRead()`where a preset of 32 is used. If the ar
182184
183185
### Change Log
184186
185-
#### Version 2.1.0 (latest)
187+
#### [![arduino-library-badge](https://www.ardu-badge.com/badge/QuickPID.svg?)](https://www.ardu-badge.com/QuickPID)
186188
187189
- Added AutoTune function and documentation
188190
- Added AutoTune_RC_Filter example and documentation

0 commit comments

Comments
 (0)