MCPcopy Create free account
hub / github.com/br3ttb/Arduino-PID-Library / GetMode

Method GetMode

PID_v1.cpp:222–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220double PID::GetKi(){ return dispKi;}
221double PID::GetKd(){ return dispKd;}
222int PID::GetMode(){ return inAuto ? AUTOMATIC : MANUAL;}
223int PID::GetDirection(){ return controllerDirection;}
224

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected