Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ isPropOnError
Method
isPropOnError
libraries/PID_RT/PID_RT.h:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
void setPropOnError() { _POI = false; };
69
bool isPropOnInput() { return _POI == true; };
70
bool isPropOnError() { return _POI == false; };
71
72
73
// debugging
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64