Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkhipenko/TaskScheduler
/ LEDOn
Function
LEDOn
examples/Scheduler_example29_NonArduino/src/led.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include
"main.h"
4
5
void LEDOn() {
6
// printf(
"LED On\n"
);
7
// digitalWrite( LED_BUILTIN, HIGH );
8
}
9
10
void LEDOff() {
11
// printf(
"LED Off\n"
);
Callers
6
blink1CB
Function · 0.70
blink2CB_ON
Function · 0.70
blink3CB
Function · 0.70
blink41
Function · 0.70
blink51
Function · 0.70
blink6CB
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected