MCPcopy 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
5void LEDOn() {
6 digitalWrite( LED_BUILTIN, HIGH );
7}
8
9void LEDOff() {
10 digitalWrite( LED_BUILTIN, LOW );

Callers 6

blink1CBFunction · 0.70
blink2CB_ONFunction · 0.70
blink3CBFunction · 0.70
blink41Function · 0.70
blink51Function · 0.70
blink6CBFunction · 0.70

Calls 1

digitalWriteFunction · 0.85

Tested by

no test coverage detected