Loading...
Searching...
No Matches
Go to the documentation of this file.
10 #define dprint(x) if (is_debugging) { Serial.print(x); }
11 #define dprintln(x) if (is_debugging) { Serial.println(x); }
13 #define dprint(x) FL_UNUSED(x)
14 #define dprintln(x) FL_UNUSED(x)