MCPcopy 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
22long SuperSensor::trigger() {
23 iStart = millis();
24 return iDelay;
25}
26
27bool SuperSensor::measurementReady() {
28 if ( millis() - iStart > (unsigned long) iDelay ) {

Callers

nothing calls this directly

Calls 1

millisFunction · 0.85

Tested by

no test coverage detected