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

◆ isEnabled()

static bool fl::detail::SpiLoggerInfo::isEnabled ( )
inlinestatic

Definition at line 119 of file async_logger.h.

119 {
120 #ifdef FASTLED_LOG_SPI_ENABLED
121 return true;
122 #else
123 return false;
124 #endif
125 }