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