|
FastLED 3.9.15
|
Shows parallel usage of WS2812 strips.
Blinks once for red, twice for green, thrice for blue.
Definition in file BlinkParallel.ino.
#include "FastLED.h"
Include dependency graph for BlinkParallel.ino:Go to the source code of this file.
Macros | |
| #define | NUM_LEDS 16 |
Functions | |
| void | blink (CRGB color, int times) |
| void | fill (CRGB color) |
| void | loop () |
| void | setup () |
Variables | |
| CRGB | leds [NUM_LEDS] |