Control Surface  1.1.1
MIDI Control Surface library for Arduino
Namespaces | Macros
AH/Settings/SettingsWrapper.hpp File Reference
#include <AH/Settings/Warnings.hpp>
#include "NamespaceSettings.hpp"
#include "Settings.hpp"
#include <AH/Teensy/TeensyUSBTypes.hpp>
#include <AH/Debug/Debug.hpp>
Include dependency graph for AH/Settings/SettingsWrapper.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 AH
 

Macros

#define AH_IS_EMPTY_HELPER(x)   x##1
 
#define AH_IS_EMPTY(x)   AH_IS_EMPTY_HELPER(x) == 1
 
#define AH_INDIVIDUAL_BUTTON_INVERT_STATIC
 

Macro Definition Documentation

◆ AH_IS_EMPTY_HELPER

#define AH_IS_EMPTY_HELPER (   x)    x##1

Definition at line 12 of file AH/Settings/SettingsWrapper.hpp.

◆ AH_IS_EMPTY

#define AH_IS_EMPTY (   x)    AH_IS_EMPTY_HELPER(x) == 1

Definition at line 13 of file AH/Settings/SettingsWrapper.hpp.

◆ AH_INDIVIDUAL_BUTTON_INVERT_STATIC

#define AH_INDIVIDUAL_BUTTON_INVERT_STATIC

Definition at line 29 of file AH/Settings/SettingsWrapper.hpp.