Arduino Helpers master
Utility library for Arduino
ShiftRegisterOutRGB.hpp
Go to the documentation of this file.
1/* ✔ */
2
3#pragma once
4
6#include <stdint.h>
7
9
18 const static uint8_t redBit; // = 0;
23 const static uint8_t greenBit; // = 1;
28 const static uint8_t blueBit; // = 2;
29};
30
#define END_AH_NAMESPACE
#define BEGIN_AH_NAMESPACE
A struct for setting the RGB mode for RGB shift registers.
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.