FastLED
3.9.15
Loading...
Searching...
No Matches
ColorBoost.ino
Go to the documentation of this file.
1
#include "
fl/sketch_macros.h
"
2
3
#if SKETCH_HAS_LOTS_OF_MEMORY
4
5
#include "
./ColorBoost.h
"
6
7
#else
8
9
void
setup
() {
10
Serial.begin(9600);
11
}
12
13
void
loop
() {
14
Serial.println(
"Not enough memory"
);
15
delay(1000);
16
}
17
18
#endif
ColorBoost.h
setup
void setup()
Definition
ColorBoost.ino:9
loop
void loop()
Definition
ColorBoost.ino:13
sketch_macros.h
examples
ColorBoost
ColorBoost.ino
Generated on Fri Aug 22 2025 20:59:33 for FastLED by
1.13.2