Control Surface
main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
src
MIDI_Outputs
Abstract
MIDIOutputElement.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
AH/Containers/Updatable.hpp
>
4
#include <
Def/Def.hpp
>
5
#include <
Def/MIDIAddress.hpp
>
6
7
BEGIN_CS_NAMESPACE
8
9
using
MIDIOutputElement
=
AH::Updatable<>
;
10
11
END_CS_NAMESPACE
Def.hpp
MIDIAddress.hpp
END_CS_NAMESPACE
#define END_CS_NAMESPACE
Definition
Settings/NamespaceSettings.hpp:14
BEGIN_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
Definition
Settings/NamespaceSettings.hpp:11
Updatable.hpp
AH::SPIShiftRegisterOut
A class for serial-in/parallel-out shift registers, like the 74HC595 that are connected to the SPI bu...
Definition
SPIShiftRegisterOut.hpp:28
AH::Updatable
A super class for object that have to be updated regularly.
Definition
Updatable.hpp:169
Generated by
1.10.0