Files
fahnen_esp32/.pio/libdeps/esp01_1m/FastLED/examples/FireCylinder/FireCylinder.ino

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