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

Function blink51OE

examples/Scheduler_example27_PlatformIO/src/main.cpp:205–210  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

203
204// === 5 ==========================================
205bool blink51OE() {
206 _PP(millis());
207 _PL(": Blink5 - Two interleaving tasks");
208 tBlink5On.setOnEnable( NULL );
209 return true;
210}
211void blink51() {
212 // _PP(millis());
213 // _PL(": blink51");

Callers

nothing calls this directly

Calls 2

millisFunction · 0.85
setOnEnableMethod · 0.80

Tested by

no test coverage detected