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

Function blink42

examples/Scheduler_example27_PlatformIO/src/main.cpp:181–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void blink42() {
182 // _PP(millis());
183 // _PL(": blink42");
184 LEDOff();
185 StatusRequest* r = tBlink4Off.getInternalStatusRequest();
186 tBlink4On.waitForDelayed( r );
187 counter++;
188}
189
190
191void blink42OD() {

Callers

nothing calls this directly

Calls 3

waitForDelayedMethod · 0.80
LEDOffFunction · 0.70

Tested by

no test coverage detected