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

Function blink41

examples/Scheduler_example29_NonArduino/src/main.cpp:185–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void blink41() {
186 // _PP(millis());
187 // _PL(": blink41");
188 LEDOn();
189 StatusRequest* r = tBlink4On.getInternalStatusRequest();
190 tBlink4Off.waitForDelayed( r );
191 counter++;
192}
193
194void blink42() {
195 // _PP(millis());

Callers

nothing calls this directly

Calls 3

waitForDelayedMethod · 0.80
LEDOnFunction · 0.70

Tested by

no test coverage detected