11 lines
No EOL
156 B
C++
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 |