Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
void SuperSensor::begin() {
14
iDelay = random(300, 1500);
15
iValue = -1;
16
}
17
18
void SuperSensor::stop() {
19
//nothing to do
Callers
5
OnEnable
Method · 0.45
setup
Function · 0.45
setup
Function · 0.45
setup
Function · 0.45
setup
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected