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

10 lines
169 B
C++

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