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