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

Method getSetPoint

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

Source from the content-addressed store, hash-verified

24
25 void setPoint(float sp) { _setPoint = sp; };
26 float getSetPoint() { return _setPoint; };
27
28
29 bool compute(float input);

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64