Control Surface
1.1.0
MIDI Control Surface library for Arduino
src
Settings
Settings/SettingsWrapper.hpp
Go to the documentation of this file.
1
#ifndef CS_SETTINGSWRAPPER_HPP
2
#define CS_SETTINGSWRAPPER_HPP
3
4
// ---- User Settings ---- //
5
// ======================= //
6
#include "
NamespaceSettings.hpp
"
7
#include "
Settings.hpp
"
8
9
#ifndef ARDUINO
10
#undef IGNORE_SYSEX
11
#define IGNORE_SYSEX 0
12
#define MIDI_NUM_CABLES 16
13
#ifdef DEBUG_OUT
14
#undef DEBUG_OUT
15
#endif
16
#endif
17
18
#include <
AH/Settings/SettingsWrapper.hpp
>
19
20
#endif // CS_SETTINGSWRAPPER_HPP
NamespaceSettings.hpp
SettingsWrapper.hpp
Settings.hpp
All user settings and debugging options can be changed here.
Generated by
1.8.16