FastLED 3.9.15
Loading...
Searching...
No Matches
SmartMatrix.ino
Go to the documentation of this file.
1
5
6// Platform detection logic
7#if defined(__arm__) && defined(TEENSYDUINO) && defined(SmartMatrix_h)
8#include "SmartMatrixSketch.h"
9#else
10#include "platforms/sketch_fake.hpp"
11#endif