FastLED 3.9.15
Loading...
Searching...
No Matches
SmartMatrix.ino
// @filter: (platform is teensy) and (memory is large)
// FastLED.h must be included first to trigger precompiled headers for FastLED's build system
#include "FastLED.h"
#if FL_HAS_INCLUDE("SmartMatrix.h")
#else
void setup() {
}
void loop() {
}
#endif // FL_HAS_INCLUDE("SmartMatrix.h")
void setup()
void loop()