FastLED
3.9.15
Loading...
Searching...
No Matches
NoisePlayground.ino
#include <
FastLED.h
>
// Main FastLED library for controlling LEDs
#if !SKETCH_HAS_LOTS_OF_MEMORY
// Don't compile this for AVR microcontrollers (like Arduino Uno) because they typically
// don't have enough memory to handle this complex animation.
// Instead, we provide empty setup/loop functions so the sketch will compile but do nothing.
void
setup
() {}
void
loop
() {}
#else
// For all other platforms with more memory (ESP32, Teensy, etc.)
#include "
NoisePlayground.h
"
#endif
// End of the non-AVR code section
setup
void setup()
Definition
AnalogOutput.ino:61
loop
void loop()
Definition
AnalogOutput.ino:50
FastLED.h
central include file for FastLED, defines the CFastLED class/object
NoisePlayground.h
Generated on Mon Jun 16 2025 06:27:48 for FastLED by
1.13.2