This sketch is fully compatible with the FastLED web compiler.
This sketch is fully compatible with the FastLED web compiler. To use it do the following:
- Install Fastled:
pip install fastled
- cd into this examples page.
- Run the FastLED web compiler at root:
fastled
- When the compiler is done a web page will open.
#if SKETCH_HAS_LOTS_OF_MEMORY
#else
Serial.begin(9600);
}
Serial.println("Not enough memory");
delay(1000);
}
#endif