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
Debug
Debug.cpp
Go to the documentation of this file.
1
#include "
Debug.hpp
"
2
3
#ifdef DEBUG_OUT
4
#pragma message("Debugging enabled on output "
DEBUG_STR(DEBUG_OUT))
5
6
#ifndef ARDUINO
7
BEGIN_AH_NAMESPACE
8
const
decltype
(std::chrono::high_resolution_clock::now()) start_time =
9
std::chrono::high_resolution_clock::now();
10
END_AH_NAMESPACE
11
#endif
12
13
#endif
14
15
#if defined(ESP32)
16
BEGIN_AH_NAMESPACE
17
std::mutex debugmutex;
18
END_AH_NAMESPACE
19
#elif defined(ARDUINO_ARCH_MBED)
20
BEGIN_AH_NAMESPACE
21
rtos::Mutex debugmutex;
22
END_AH_NAMESPACE
23
#endif
Debug.hpp
END_AH_NAMESPACE
#define END_AH_NAMESPACE
Definition:
NamespaceSettings.hpp:10
BEGIN_AH_NAMESPACE
#define BEGIN_AH_NAMESPACE
Definition:
NamespaceSettings.hpp:9
Generated by
1.9.4