Flying Silicon Sensor
debug.h
Go to the documentation of this file.
1
23
#ifndef _DEBUG_H_
24
#define _DEBUG_H_
25
27
#define DEBUG 0
28
29
// Macros
30
#if (DEBUG)
32
#define LOG(s) { Serial.print(s); }
34
#define LOGL(s) { Serial.print(s); Serial.print("\r\n"); }
35
#else
37
#define LOG(s) {}
39
#define LOGL(s) {}
40
#endif
41
42
#endif
// _DEBUG_H_
debug.h
Generated by
1.9.8