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

Function blink42

examples/Scheduler_example29_NonArduino/src/main.cpp:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void blink42() {
195 // _PP(millis());
196 // _PL(": blink42");
197 LEDOff();
198 StatusRequest* r = tBlink4Off.getInternalStatusRequest();
199 tBlink4On.waitForDelayed( r );
200 counter++;
201}
202
203
204void blink42OD() {

Callers

nothing calls this directly

Calls 3

waitForDelayedMethod · 0.80
LEDOffFunction · 0.70

Tested by

no test coverage detected