initial commit
This commit is contained in:
7
libraries/FastLED/examples/NetTest/NetTest.ino
Normal file
7
libraries/FastLED/examples/NetTest/NetTest.ino
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "fl/sketch_macros.h"
|
||||
|
||||
#if !SKETCH_HAS_LOTS_OF_MEMORY
|
||||
#include "platforms/sketch_fake.hpp"
|
||||
#else
|
||||
#include "NetTestReal.h"
|
||||
#endif
|
||||
Reference in New Issue
Block a user