Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkhipenko/TaskScheduler
/ LEDOn
Function
LEDOn
examples/Scheduler_example27_PlatformIO/src/led.cpp:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include
"main.h"
4
5
void LEDOn() {
6
digitalWrite( LED_BUILTIN, HIGH );
7
}
8
9
void LEDOff() {
10
digitalWrite( LED_BUILTIN, LOW );
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
1
digitalWrite
Function · 0.85
Tested by
no test coverage detected