Definition: simpleled.h:11
void disable()
Disabled the LED. If disabled, on() and off() will not respond.
Definition: simpleled.cpp:29
void enable()
Enables the LED.
Definition: simpleled.cpp:34
void on()
Turns the LED on.
Definition: simpleled.cpp:15
void off()
Turns the LED off.
Definition: simpleled.cpp:22