MCPcopy Create free account
hub / github.com/arkhipenko/TaskScheduler / begin

Method begin

examples/Scheduler_example21_OO_Callbacks/SuperSensor.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void SuperSensor::begin() {
14 iDelay = random(300, 1500);
15 iValue = -1;
16}
17
18void SuperSensor::stop() {
19 //nothing to do

Callers 5

OnEnableMethod · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected