Control Surface
main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
src
AH
Math
FixArduinoMacros.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
AH/Settings/Warnings.hpp
>
4
5
AH_DIAGNOSTIC_EXTERNAL_HEADER
()
6
#include <Arduino.h>
// min max
7
AH_DIAGNOSTIC_POP
()
8
9
#ifdef min
10
#undef min
11
#endif
12
13
#ifdef max
14
#undef max
15
#endif
16
17
#ifdef abs
18
#undef abs
19
#endif
20
21
#ifdef round
22
#undef round
23
#endif
Warnings.hpp
AH_DIAGNOSTIC_EXTERNAL_HEADER
#define AH_DIAGNOSTIC_EXTERNAL_HEADER()
Definition
Warnings.hpp:51
AH_DIAGNOSTIC_POP
#define AH_DIAGNOSTIC_POP()
Definition
Warnings.hpp:50
Generated by
1.10.0