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

Function setup

examples/Scheduler_example16_Multitab/file2.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41void setup () {
42 Serial.begin(115200);
43 delay(5000);
44 Serial.println("Scheduler TEST (multi-tab)");
45
46 runner.startNow(); // set point-in-time for scheduling start
47}
48
49
50void loop () {

Callers

nothing calls this directly

Calls 3

delayFunction · 0.85
startNowMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected