Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkhipenko/TaskScheduler
/ blink52
Function
blink52
examples/Scheduler_example27_PlatformIO/src/main.cpp:216–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
LEDOn();
215
}
216
void blink52() {
217
// _PP(millis());
218
// _PL(
": blink52"
);
219
LEDOff();
220
}
221
void blink52OD() {
222
tBlink6.restartDelayed( 2 * TASK_SECOND );
223
LEDOff();
Callers
nothing calls this directly
Calls
1
LEDOff
Function · 0.70
Tested by
no test coverage detected