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

Method isPropOnInput

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

Source from the content-addressed store, hash-verified

67 void setPropOnInput() { _POI = true; }; // default
68 void setPropOnError() { _POI = false; };
69 bool isPropOnInput() { return _POI == true; };
70 bool isPropOnError() { return _POI == false; };
71
72

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64