Arduino Helpers master
Utility library for Arduino
FixArduinoMacros.hpp
Go to the documentation of this file.
1#pragma once
2
4
6#include <Arduino.h> // min max
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
#define AH_DIAGNOSTIC_EXTERNAL_HEADER()
Definition: Warnings.hpp:51
#define AH_DIAGNOSTIC_POP()
Definition: Warnings.hpp:50