FastLED 3.9.15
Loading...
Searching...
No Matches
SmartMatrix.ino
// Platform detection logic
#if defined(__arm__) && defined(TEENSYDUINO) && defined(SmartMatrix_h)
#else
#include "platforms/sketch_fake.hpp"
#endif