#include <AH/Hardware/ExtendedInputOutput/ShiftRegisterOutRGB.hpp>
A struct for setting the RGB mode for RGB shift registers.
Definition at line 16 of file ShiftRegisterOutRGB.hpp.
Static Public Attributes | |
static const uint8_t | redBit |
The position of the red output pin for 3-color LEDs. More... | |
static const uint8_t | greenBit |
The position of the green output pin for 3-color LEDs. More... | |
static const uint8_t | blueBit |
The position of the blue output pin for 3-color LEDs. More... | |
|
static |
The position of the red output pin for 3-color LEDs.
For the usual RGB configuration, this is 0.
Definition at line 21 of file ShiftRegisterOutRGB.hpp.
|
static |
The position of the green output pin for 3-color LEDs.
For the usual RGB configuration, this is 1.
Definition at line 26 of file ShiftRegisterOutRGB.hpp.
|
static |
The position of the blue output pin for 3-color LEDs.
For the usual RGB configuration, this is 2.
Definition at line 31 of file ShiftRegisterOutRGB.hpp.