Control Surface
1.1.0
MIDI Control Surface library for Arduino
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
Debug.hpp
BEGIN_AH_NAMESPACE
#define BEGIN_AH_NAMESPACE
Definition:
AH/Settings/NamespaceSettings.hpp:9
END_AH_NAMESPACE
#define END_AH_NAMESPACE
Definition:
AH/Settings/NamespaceSettings.hpp:10
Generated by
1.8.16