FastLED 3.9.15
Loading...
Searching...
No Matches
SmartMatrix.ino
Go to the documentation of this file.
1// @filter: (platform is teensy) and (memory is large)
2
6
7// FastLED.h must be included first to trigger precompiled headers for FastLED's build system
8#include "FastLED.h"
10
11#if FL_HAS_INCLUDE("SmartMatrix.h")
12#include "SmartMatrixSketch.h"
13#else
14void setup() {
15}
16void loop() {
17}
18#endif // FL_HAS_INCLUDE("SmartMatrix.h")
void setup()
void loop()