FastLED 3.9.12
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"

Go to the source code of this file.

Macros

#define NUM_LEDS   256
 

Functions

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

Variables

CRGB leds [NUM_LEDS]
 

Macro Definition Documentation

◆ NUM_LEDS

#define NUM_LEDS   256

Definition at line 9 of file BlinkParallel.ino.

Function Documentation

◆ blink()

void blink ( CRGB color,
int times )

Definition at line 32 of file BlinkParallel.ino.

◆ fill()

void fill ( CRGB color)

Definition at line 26 of file BlinkParallel.ino.

◆ loop()

void loop ( )

Definition at line 43 of file BlinkParallel.ino.

◆ setup()

void setup ( )

Definition at line 16 of file BlinkParallel.ino.

Variable Documentation

◆ leds

CRGB leds[NUM_LEDS]

Definition at line 14 of file BlinkParallel.ino.