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

Function t3Callback

examples/Scheduler_example16_Multitab/file2.cpp:31–34  ·  view source on GitHub ↗

Lets define t3Callback here. We are going to use it in file1 for Task 1.

Source from the content-addressed store, hash-verified

29//Lets define t3Callback here. We are going to use it in file1
30//for Task 1.
31void t3Callback() {
32 Serial.print("t3: ");
33 Serial.println(millis());
34}
35
36
37

Callers

nothing calls this directly

Calls 1

millisFunction · 0.85

Tested by

no test coverage detected