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

Function blink42OD

examples/Scheduler_example29_NonArduino/src/main.cpp:204–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204void blink42OD() {
205 if ( counter >= DURATION / PERIOD4 ) {
206 tBlink4On.disable();
207 tBlink4Off.disable();
208
209 tBlink5On.setOnEnable( &blink51OE );
210 tBlink5On.restartDelayed( 2 * TASK_SECOND );
211 tBlink5Off.restartDelayed( 2 * TASK_SECOND + PERIOD5 / 2 );
212 LEDOff();
213 }
214}
215
216
217// === 5 ==========================================

Callers

nothing calls this directly

Calls 4

disableMethod · 0.80
setOnEnableMethod · 0.80
restartDelayedMethod · 0.80
LEDOffFunction · 0.70

Tested by

no test coverage detected