Control Surface  1.2.0
MIDI Control Surface library for Arduino
FixArduinoMacros.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 AH_DIAGNOSTIC_WERROR() // Enable errors on warnings
5 
7 #include <Arduino.h> // min max
9 
10 #ifdef min
11 #undef min
12 #endif
13 
14 #ifdef max
15 #undef max
16 #endif
17 
18 #ifdef abs
19 #undef abs
20 #endif
21 
22 #ifdef round
23 #undef round
24 #endif
25 
Warnings.hpp
AH_DIAGNOSTIC_POP
#define AH_DIAGNOSTIC_POP()
Definition: Warnings.hpp:36
AH_DIAGNOSTIC_EXTERNAL_HEADER
#define AH_DIAGNOSTIC_EXTERNAL_HEADER()
Definition: Warnings.hpp:37
AH_DIAGNOSTIC_WERROR
#define AH_DIAGNOSTIC_WERROR()
Definition: Warnings.hpp:35