|
RBCX
Library for the RB3204-RBCX board with the ESP32 by RoboticsBrno.
|
#include <RBCXLeds.h>
Public Member Functions | |
| void | red (bool on=true) |
| Set the red LED state. More... | |
| void | yellow (bool on=true) |
| Set the yellow LED state. More... | |
| void | green (bool on=true) |
| Set the green LED state. More... | |
| void | blue (bool on=true) |
| Set the blue LED state. More... | |
| void | byId (LedId id, bool on=true) |
| Set led styte by LedId. More... | |
Friends | |
| class | Manager |
| void rb::Leds::blue | ( | bool | on = true | ) |
Set the blue LED state.
| void rb::Leds::byId | ( | LedId | id, |
| bool | on = true |
||
| ) |
Set led styte by LedId.
| void rb::Leds::green | ( | bool | on = true | ) |
Set the green LED state.
| void rb::Leds::red | ( | bool | on = true | ) |
Set the red LED state.
| void rb::Leds::yellow | ( | bool | on = true | ) |
Set the yellow LED state.
|
friend |