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

Method getKi

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

Source from the content-addressed store, hash-verified

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

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64