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
9void setup() {
10 Serial.begin(9600);
11}
12
13void loop() {
14 Serial.println("Not enough memory");
15 delay(1000);
16}
17
18#endif
void setup()
Definition ColorBoost.ino:9
void loop()