#include <AH/Containers/Updatable.hpp>
#include <AH/Hardware/FilteredAnalog.hpp>
#include <AH/Timing/MillisMicrosTimer.hpp>
#include <Display/DisplayElement.hpp>
#include <Display/DisplayInterface.hpp>
#include <MIDI_Interfaces/MIDI_Interface.hpp>
#include <Settings/SettingsWrapper.hpp>
Go to the source code of this file.
Classes | |
class | Control_Surface_ |
This class ensures initialization, updating, and interaction between all other classes, it's the glue that holds everything together. More... | |
Variables | |
Control_Surface_ & | Control_Surface |
A predefined instance of the Control Surface to use in the Arduino sketches. | |
|
extern |
A predefined instance of the Control Surface to use in the Arduino sketches.
Definition at line 338 of file Control_Surface_Class.cpp.