Skip to content

Commit e0200cc

Browse files
Added hyperlink to wikipedi: integral windup
1 parent 82c48fe commit e0200cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In the setup function, call:
4242

4343
* `pid.tune(kP, kI, kD)` to tune the controller.
4444

45-
* `pid.limit(min, max)` to get rid of integral windup (nasty stuff), and to limit the output values from the controller
45+
* `pid.limit(min, max)` to get rid of [integral windup](https://en.wikipedia.org/wiki/Integral_windup) (nasty stuff), and to limit the output values from the controller
4646

4747

4848
***THIS ARTICLE IS NOT FINISHED YET***

0 commit comments

Comments
 (0)