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

Function blink41OE

examples/Scheduler_example27_PlatformIO/src/main.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162// === 4 =============================================
163int counter = 0;
164bool blink41OE() {
165 _PP(millis());
166 _PL(": Blink4 - Internal status request based");
167 counter = 0;
168 tBlink4On.setOnEnable( NULL );
169 return true;
170}
171
172void blink41() {
173 // _PP(millis());

Callers

nothing calls this directly

Calls 2

millisFunction · 0.85
setOnEnableMethod · 0.80

Tested by

no test coverage detected