initial commit
This commit is contained in:
9
libraries/FastLED/examples/Luminova/Luminova.ino
Normal file
9
libraries/FastLED/examples/Luminova/Luminova.ino
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "fl/sketch_macros.h"
|
||||
|
||||
#if SKETCH_HAS_LOTS_OF_MEMORY
|
||||
#include "Luminova.h"
|
||||
#else
|
||||
void setup(){}
|
||||
void loop(){}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user