Arduino Helpers master
Utility library for Arduino
ShiftRegisterOutRGB.cpp
Go to the documentation of this file.
2
4
5const uint8_t ShiftRegisterOutRGB::redBit __attribute__((weak)) = 0;
6const uint8_t ShiftRegisterOutRGB::greenBit __attribute__((weak)) = 1;
7const uint8_t ShiftRegisterOutRGB::blueBit __attribute__((weak)) = 2;
8
#define END_AH_NAMESPACE
#define BEGIN_AH_NAMESPACE
static const uint8_t redBit
The position of the red output pin for 3-color LEDs.
static const uint8_t blueBit
The position of the blue output pin for 3-color LEDs.
static const uint8_t greenBit
The position of the green output pin for 3-color LEDs.