Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/br3ttb/Arduino-PID-Library
/ GetDirection
Method
GetDirection
PID_v1.cpp:223–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
double PID::GetKd(){ return dispKd;}
222
int PID::GetMode(){ return inAuto ? AUTOMATIC : MANUAL;}
223
int PID::GetDirection(){ return controllerDirection;}
224
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected