Lydia - Printhead
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
debug_utils.cpp
Go to the documentation of this file.
1
#include "
debug_utils.h
"
2
#include <ArduinoLog.h>
3
4
#ifdef HAS_DEBUG_MEMORY
5
#include <MemoryFree.h>
6
void
printMemory
()
7
{
8
Log.verboseln(
"Free memory: %d"
, freeMemory());
9
}
10
#else
11
void
printMemory
() {}
12
#endif
printMemory
void printMemory()
Definition:
debug_utils.cpp:6
debug_utils.h
firmware
firmware_v2_cm
debug_utils.cpp
Generated by
1.8.17