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
The PID will either be connected to a DIRECT acting process (+Output leads to +Input) or a REVERSE acting process (+Output leads to -Input.) We need to know which one, because otherwise we may increase the output when we should be decreasing. This is called from the constructor.
152
152
153
-
#### Display Functions
153
+
#### Display_Functions
154
154
155
155
```c++
156
156
float QuickPID::GetKp()
@@ -163,7 +163,7 @@ int16_t QuickPID::GetError()
163
163
164
164
These functions query the internal state of the PID. They're here for display purposes.
0 commit comments