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

Function blink41OE

examples/Scheduler_example29_NonArduino/src/main.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175// === 4 =============================================
176int counter = 0;
177bool blink41OE() {
178 _PP(millis());
179 _PL(": Blink4 - Internal status request based");
180 counter = 0;
181 tBlink4On.setOnEnable( NULL );
182 return true;
183}
184
185void blink41() {
186 // _PP(millis());

Callers

nothing calls this directly

Calls 2

millisFunction · 0.85
setOnEnableMethod · 0.80

Tested by

no test coverage detected