Class rb::Leds
Public Functions
Type | Name |
---|---|
void | blue (bool on=true) Set the blue LED state. |
void | byId (LedId id, bool on=true) Set led styte by LedId. |
void | green (bool on=true) Set the green LED state. |
void | red (bool on=true) Set the red LED state. |
void | yellow (bool on=true) Set the yellow LED state. |
Public Functions Documentation
function blue
void rb::Leds::blue (
bool on=true
)
function byId
void rb::Leds::byId (
LedId id,
bool on=true
)
function green
void rb::Leds::green (
bool on=true
)
function red
void rb::Leds::red (
bool on=true
)
function yellow
void rb::Leds::yellow (
bool on=true
)
The documentation for this class was generated from the following file demo-projets/esp/RBCXLeds.h