Control Surface
main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
src
AH
Hardware
ExtendedInputOutput
ShiftRegisterOutRGB.cpp
Go to the documentation of this file.
1
#include "
ShiftRegisterOutRGB.hpp
"
2
3
BEGIN_AH_NAMESPACE
4
5
const
uint8_t
ShiftRegisterOutRGB::redBit __attribute__((
weak
)) = 0;
6
const
uint8_t
ShiftRegisterOutRGB::greenBit __attribute__((
weak
)) = 1;
7
const
uint8_t
ShiftRegisterOutRGB::blueBit __attribute__((
weak
)) = 2;
8
9
END_AH_NAMESPACE
END_AH_NAMESPACE
#define END_AH_NAMESPACE
Definition
AH/Settings/NamespaceSettings.hpp:14
BEGIN_AH_NAMESPACE
#define BEGIN_AH_NAMESPACE
Definition
AH/Settings/NamespaceSettings.hpp:11
ShiftRegisterOutRGB.hpp
AH::copyAs
Array< T, N > copyAs(const Array< U, N > &src)
Copy an Array to an Array of a different type.
Definition
ArrayHelpers.hpp:105
Generated by
1.10.0