| 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 { |
no outgoing calls
no test coverage detected