Control Surface pin-t-adl
MIDI Control Surface library for Arduino
ShiftRegisterOutRGB.hpp
Go to the documentation of this file.
1/* ✔ */
2
3#pragma once
4
6AH_DIAGNOSTIC_WERROR() // Enable errors on warnings
7
8#include <stdint.h>
10
12
21 const static uint8_t redBit; // = 0;
26 const static uint8_t greenBit; // = 1;
31 const static uint8_t blueBit; // = 2;
32};
33
35
#define END_AH_NAMESPACE
#define BEGIN_AH_NAMESPACE
#define AH_DIAGNOSTIC_POP()
Definition: Warnings.hpp:36
#define AH_DIAGNOSTIC_WERROR()
Definition: Warnings.hpp:35
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.