FastLED
3.9.15
Loading...
Searching...
No Matches
dprint.h
Go to the documentation of this file.
1
2
#pragma once
3
4
5
extern
bool
is_debugging
;
6
//#define ENABLE_DPRINT
7
#ifdef ENABLE_DPRINT
8
#define dprint(x) if (is_debugging) { Serial.print(x); }
9
#define dprintln(x) if (is_debugging) { Serial.println(x); }
10
#else
11
#define dprint(x)
12
#define dprintln(x)
13
#endif
is_debugging
bool is_debugging
Definition
dprint.cpp:5
examples
LuminescentGrand
shared
dprint.h
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2