|
FastLED NeoPixel v1.0.3
|
Runs a simple blink animation. More...
#include <FastLED_NeoPixel.h>Macros | |
| #define | DATA_PIN 6 |
| #define | NUM_LEDS 60 |
| #define | BRIGHTNESS 50 |
| #define | BLINK_TIME 1000 |
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| FastLED_NeoPixel< NUM_LEDS, DATA_PIN, NEO_GRB > | strip |
Runs a simple blink animation.