Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getInterval
Method
getInterval
libraries/PID_RT/PID_RT.h:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
// how often should one do the math
45
bool setInterval(uint32_t interval);
46
uint32_t getInterval() { return _interval; };
47
48
49
// tune the output range, default 0..100
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64