Files
klubhaus-doorbell/libraries/FastLED/examples/FestivalStick/FestivalStick.ino
2026-02-12 00:45:31 -08:00

15 lines
189 B
C++

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