Arduino Filters
master
Filter library for Arduino
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
d
g
i
p
s
t
Functions
a
d
g
i
p
s
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
v
w
x
y
z
Typedefs
a
c
d
e
i
m
p
r
s
t
v
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
a
b
c
d
e
f
h
n
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
src
AH
Math
FixArduinoMacros.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
AH/Settings/Warnings.hpp
>
4
AH_DIAGNOSTIC_WERROR
()
// Enable errors on warnings
5
6
AH_DIAGNOSTIC_EXTERNAL_HEADER
()
7
#include <Arduino.h>
// min max
8
AH_DIAGNOSTIC_POP
()
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
26
AH_DIAGNOSTIC_POP
()
Warnings.hpp
AH_DIAGNOSTIC_EXTERNAL_HEADER
#define AH_DIAGNOSTIC_EXTERNAL_HEADER()
Definition:
Warnings.hpp:37
AH_DIAGNOSTIC_POP
#define AH_DIAGNOSTIC_POP()
Definition:
Warnings.hpp:36
AH_DIAGNOSTIC_WERROR
#define AH_DIAGNOSTIC_WERROR()
Definition:
Warnings.hpp:35
Generated by
1.9.4