FastLED 3.9.15
Loading...
Searching...
No Matches
BlinkParallel.ino File Reference

Detailed Description

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   256
 

Functions

void blink (CRGB color, int times)
 
void fill (CRGB color)
 
void loop ()
 
void setup ()
 

Variables

CRGB leds [NUM_LEDS]