Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
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
An array wrapper for easy copying, comparing, and iterating.
Definition Array.hpp:32
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.