FastLED 3.9.15
|
Go to the source code of this file.
Macros | |
#define | BRIGHTNESS 128 |
#define | CHIPSET WS2811 |
#define | COLOR_ORDER GRB |
#define | COOLING 55 |
#define | FRAMES_PER_SECOND 30 |
#define | LED_PIN 5 |
#define | NUM_LEDS 30 |
#define | REVERSE_DIRECTION false |
#define | SPARKING 120 |
Functions | |
void | loop () |
void | setup () |
Variables | |
Fire2012Ptr | fire = Fire2012Ptr::New(NUM_LEDS, COOLING, SPARKING, REVERSE_DIRECTION) |
CRGB | leds [NUM_LEDS] |