MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / getKd

Method getKd

libraries/PID_RT/PID_RT.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 float getKp() { return _Kp; };
62 float getKi() { return _Ki; };
63 float getKd() { return _Kd; };
64
65
66 // set Proportional on Input or on Error

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64