MCPcopy 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

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