12 lines
163 B
C++
12 lines
163 B
C++
#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
|