We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c20fe commit 7687725Copy full SHA for 7687725
README.md
@@ -31,14 +31,23 @@ Development began with a fork of the Arduino PID Library. Some modifications and
31
### Functions
32
33
[QuickPID::QuickPID Constructor](#QuickPID::QuickPID Constructor)
34
+
35
[Compute()](#Compute())
36
37
[SetTunings()](#SetTunings())
38
39
[SetSampleTime()](#SetSampleTime())
40
41
[SetOutputLimits()](#SetOutputLimits())
42
43
[SetMode()](#SetMode())
44
45
[Initialize()](#Initialize())
46
47
[SetControllerDirection()](#SetControllerDirection())
48
49
[Display Functions](#Display Functions())
50
51
[Utility Functions](#Utility Functions())
52
53
### Self Test Example (RC Filter):
0 commit comments