sTodo-m5paper-client/libraries/FastLED/examples/FestivalStick/FestivalStick.ino
2025-06-30 21:41:49 +02:00

11 lines
No EOL
156 B
C++

#include "FastLED.h"
#if !SKETCH_HAS_LOTS_OF_MEMORY
// Platform does not have enough memory
void setup() {}
void loop() {}
#else
#include "curr.h"
#endif