FastLED 3.9.15
Loading...
Searching...
No Matches

◆ _FASTLED_DGB

#define _FASTLED_DGB ( X)
Value:
<< "(" << int(__LINE__) << "): " << X) \
.c_str())
void println(const char *str)
Definition io.cpp:83
const char * fastled_file_offset(const char *file)
Definition dbg.h:20

Definition at line 54 of file dbg.h.

54#define _FASTLED_DGB(X) \
55 fl::println( \
56 (fl::StrStream() << (fl::fastled_file_offset(__FILE__)) \
57 << "(" << int(__LINE__) << "): " << X) \
58 .c_str())