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

10 lines
212 B
C++

#include "FastLED.h" // Main FastLED library for controlling LEDs
#if !SKETCH_HAS_LOTS_OF_MEMORY
// Platform does not have enough memory
void setup() {}
void loop() {}
#else
#include "FireCylinder.h"
#endif