14 void red(
bool on =
true);
15 void yellow(
bool on =
true);
16 void green(
bool on =
true);
17 void blue(
bool on =
true);
Controls the expander pins.
Definition: Adafruit_MCP23017.h:24
Helper class for controlling the LEDs connected to the expander.
Definition: RBControl_leds.hpp:10
void red(bool on=true)
Set the red LED state.
Definition: RBControl_leds.cpp:17
void green(bool on=true)
Set the green LED state.
Definition: RBControl_leds.cpp:25
void yellow(bool on=true)
Set the yellow LED state.
Definition: RBControl_leds.cpp:21
void blue(bool on=true)
Set the blue LED state.
Definition: RBControl_leds.cpp:29
The main library class for working with the RBControl board. Call the install() method at the start o...
Definition: RBControl_manager.hpp:49
The base namespace. Contains some logging functions, too.
Definition: half_duplex_uart.cpp:53