Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
AssignmentDisplay.hpp
Go to the documentation of this file.
1#pragma once
2
4
6
7namespace MCU {
8
9constexpr static uint8_t AssignmentDisplayLength = 2;
10constexpr static uint8_t AssignmentDisplayAddress = 0x4A;
11
22
23} // namespace MCU
24
constexpr Channel Channel_1
Definition Channel.hpp:118
#define END_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
A type-safe class for MIDI channels.
Definition Channel.hpp:13
Class that receives and stores the text for the Mackie Control Universal 7-segment assignment display...
AssignmentDisplay(Channel channel=Channel_1)
Class that receives and saves the text of a Mackie Control Universal 7-segment display like the assig...
static constexpr uint8_t AssignmentDisplayLength
static constexpr uint8_t AssignmentDisplayAddress
An array wrapper for easy copying, comparing, and iterating.
Definition Array.hpp:32