Arduino KVComm  master
Key-Value pair communication library for Arduino
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
8 const decltype(std::chrono::high_resolution_clock::now()) start_time =
9  std::chrono::high_resolution_clock::now();
11 #endif
12 
13 #endif
BEGIN_AH_NAMESPACE
#define BEGIN_AH_NAMESPACE
Definition: NamespaceSettings.hpp:9
std
Definition: vector.cpp:5
Debug.hpp
END_AH_NAMESPACE
#define END_AH_NAMESPACE
Definition: NamespaceSettings.hpp:10