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

Method getKp

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

Source from the content-addressed store, hash-verified

59 bool setKi(float Ki);
60 bool setKd(float Kd);
61 float getKp() { return _Kp; };
62 float getKi() { return _Ki; };
63 float getKd() { return _Kd; };
64

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64