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

Function blink41

examples/Scheduler_example27_PlatformIO/src/main.cpp:172–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void blink41() {
173 // _PP(millis());
174 // _PL(": blink41");
175 LEDOn();
176 StatusRequest* r = tBlink4On.getInternalStatusRequest();
177 tBlink4Off.waitForDelayed( r );
178 counter++;
179}
180
181void blink42() {
182 // _PP(millis());

Callers

nothing calls this directly

Calls 3

waitForDelayedMethod · 0.80
LEDOnFunction · 0.70

Tested by

no test coverage detected