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

Method GetKi

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

Source from the content-addressed store, hash-verified

218 ******************************************************************************/
219double PID::GetKp(){ return dispKp; }
220double PID::GetKi(){ return dispKi;}
221double PID::GetKd(){ return dispKd;}
222int PID::GetMode(){ return inAuto ? AUTOMATIC : MANUAL;}
223int PID::GetDirection(){ return controllerDirection;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected