Control Surface
main
MIDI Control Surface library for Arduino
Toggle main menu visibility
Main Page
User Manual
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
a
b
c
k
m
n
p
t
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
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
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
i
l
m
p
r
s
t
v
w
Enumerations
Enumerator
a
b
d
f
h
i
l
m
n
o
p
r
s
v
w
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
g
i
l
m
o
p
s
u
v
Variables
c
e
f
h
i
l
m
n
o
p
s
u
v
Typedefs
a
b
c
e
f
i
k
m
n
p
s
t
u
v
Enumerations
Enumerator
Macros
a
b
c
d
e
f
h
i
n
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
src
AH
Arduino-Wrapper.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
AH/Math/MinMaxFix.hpp
>
4
#include <AH/STL/type_traits>
5
6
AH_DIAGNOSTIC_EXTERNAL_HEADER
()
7
#include <Arduino.h>
// min max
8
AH_DIAGNOSTIC_POP
()
9
10
AH_DIAGNOSTIC_WERROR
()
// Enable errors on warnings
11
12
#ifdef PSTR
13
#pragma push_macro("PSTR")
14
#undef PSTR
15
#define PSTR(s) (s)
16
#endif
17
18
using
FlashString_t
= std::remove_reference<
decltype
(*F(
""
))>::type *;
19
20
#ifdef PSTR
21
#pragma pop_macro("PSTR")
22
#endif
23
24
AH_DIAGNOSTIC_POP
()
FlashString_t
std::remove_reference< decltype(*F(""))>::type * FlashString_t
Definition
Arduino-Wrapper.h:18
MinMaxFix.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
AH_DIAGNOSTIC_WERROR
#define AH_DIAGNOSTIC_WERROR()
Definition
Warnings.hpp:49
Generated by
1.10.0