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

Function blink51OE

examples/Scheduler_example29_NonArduino/src/main.cpp:218–223  ·  view source on GitHub ↗

=== 5 ==========================================

Source from the content-addressed store, hash-verified

216
217// === 5 ==========================================
218bool blink51OE() {
219 _PP(millis());
220 _PL(": Blink5 - Two interleaving tasks");
221 tBlink5On.setOnEnable( NULL );
222 return true;
223}
224void blink51() {
225 // _PP(millis());
226 // _PL(": blink51");

Callers

nothing calls this directly

Calls 2

millisFunction · 0.85
setOnEnableMethod · 0.80

Tested by

no test coverage detected