Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/br3ttb/Arduino-PID-Library
/ functions
Functions
13 in github.com/br3ttb/Arduino-PID-Library
⨍
Functions
13
◇
Types & classes
1
Method
Compute
Compute() ********************************************************************** * This, as they say, is where the magic happens. this function
PID_v1.cpp:58
Method
GetDirection
PID_v1.cpp:223
Method
GetKd
PID_v1.cpp:221
Method
GetKi
PID_v1.cpp:220
Method
GetKp
Status Funcions************************************************************* * Just because you set the Kp=-1 doesn't mean it actually happened. the
PID_v1.cpp:219
Method
GetMode
PID_v1.cpp:222
Method
Initialize
Initialize()**************************************************************** * does all the things that need to happen to ensure a bumpless transfer
PID_v1.cpp:189
Method
PID
Constructor (...)********************************************************* * The parameters specified here are those for for which we can't set up
PID_v1.cpp:20
Method
SetControllerDirection
SetControllerDirection(...)************************************************* * The PID will either be connected to a DIRECT acting process (+Output l
PID_v1.cpp:203
Method
SetMode
SetMode(...)**************************************************************** * Allows the controller Mode to be set to manual (0) or Automatic (non-z
PID_v1.cpp:175
Method
SetOutputLimits
SetOutputLimits(...)**************************************************** * This function will be used far more often than SetInputLimits. while
PID_v1.cpp:154
Method
SetSampleTime
SetSampleTime(...) ********************************************************* * sets the period, in Milliseconds, at which the calculation is performe
PID_v1.cpp:134
Method
SetTunings
SetTunings(...)************************************************************* * This function allows the controller's dynamic performance to be adjust
PID_v1.cpp:102