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

Method GetKd

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

Source from the content-addressed store, hash-verified

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;}
224

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected