Control Surface  1.1.0
MIDI Control Surface library for Arduino
Arduino_Helpers.h
Go to the documentation of this file.
1 /**
2  * @file
3  * @brief Dummy header file for Arduino builder.
4  * You have to add this file first, so the other headers are in the
5  * include path.
6  *
7  * @author Pieter Pas
8  * @date 2019-11-07
9  */
10 
11 #pragma once
12 
13 #include <Arduino.h> // For VSCode errors in examples
15 
18 
19 #ifndef NO_USING_NAMESPACE_AH
21 #endif
USING_AH_NAMESPACE
USING_AH_NAMESPACE
Definition: Control_Surface.h:143
BEGIN_AH_NAMESPACE
#define BEGIN_AH_NAMESPACE
Definition: AH/Settings/NamespaceSettings.hpp:9
END_AH_NAMESPACE
#define END_AH_NAMESPACE
Definition: AH/Settings/NamespaceSettings.hpp:10
NamespaceSettings.hpp