|
FastLED 3.9.15
|
Simple one-dimensional fire animation.
Definition in file Fire2012.ino.
#include <FastLED.h>
Include dependency graph for Fire2012.ino:Go to the source code of this file.
Macros | |
| #define | BRIGHTNESS 200 |
| #define | CHIPSET WS2811 |
| #define | COLOR_ORDER GRB |
| #define | COOLING 55 |
| #define | FRAMES_PER_SECOND 60 |
| #define | LED_PIN 5 |
| #define | NUM_LEDS 30 |
| #define | SPARKING 120 |
Functions | |
| void | Fire2012 () |
| void | loop () |
| void | setup () |
Variables | |
| bool | gReverseDirection = false |
| CRGB | leds [NUM_LEDS] |