#include <Arduino.h>
Go to the source code of this file.
◆ DEBUG_END
#define DEBUG_END DEBUG_V(F ("End")) |
◆ DEBUG_START
#define DEBUG_START DEBUG_V(F ("Start")) |
◆ DEBUG_V
Value:{
LOG_PORT.println(String(
"------ ") + String(FPSTR(__func__) ) +
":" +
MYFILE +
":" + String(__LINE__ ) +
": " + String(v) + String(
" ------"));
LOG_PORT.flush();}
#define LOG_PORT
Definition memdebug.h:13
#define MYFILE
Definition memdebug.h:16
◆ LOG_PORT
◆ MYFILE
#define MYFILE String (__FILE__).substring(String (__FILE__).lastIndexOf ("\\") + 1) |