FastLED 3.9.15
Loading...
Searching...
No Matches
FestivalStick.ino
Go to the documentation of this file.
1#include "FastLED.h"
2
3
4#include "fl/sketch_macros.h"
5
6#if !SKETCH_HAS_LOTS_OF_MEMORY
7// Platform does not have enough memory
8void setup() {}
9void loop() {}
10#else
11
12#include "curr.h"
13
14#endif
central include file for FastLED, defines the CFastLED class/object
void setup()
void loop()