MCPcopy 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
5void LEDOn() {
6 // printf("LED On\n");
7 // digitalWrite( LED_BUILTIN, HIGH );
8}
9
10void LEDOff() {
11 // printf("LED Off\n");

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected