MCPcopy Create free account
hub / github.com/FastLED/FastLED / isEnabled

Method isEnabled

src/fl/log/async_logger.h:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 static const char* categoryName() { return "RMT"; }
106 static const char* defineName() { return "FASTLED_LOG_RMT_ENABLED"; }
107 static bool isEnabled() {
108 #ifdef FASTLED_LOG_RMT_ENABLED
109 return true;
110 #else
111 return false;
112 #endif
113 }
114 };
115
116 struct SpiLoggerInfo {

Callers 5

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected