Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkhipenko/TaskScheduler
/ trigger
Method
trigger
examples/Scheduler_example21_OO_Callbacks/SuperSensor.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
long SuperSensor::trigger() {
23
iStart = millis();
24
return iDelay;
25
}
26
27
bool SuperSensor::measurementReady() {
28
if ( millis() - iStart > (unsigned long) iDelay ) {
Callers
nothing calls this directly
Calls
1
millis
Function · 0.85
Tested by
no test coverage detected