FastLED 3.7.8
Loading...
Searching...
No Matches
MultiArrays.ino File Reference

Detailed Description

Demonstrates how to use multiple LED strips, each with their own data.

Definition in file MultiArrays.ino.

#include <FastLED.h>

Go to the source code of this file.

Macros

#define NUM_LEDS_PER_STRIP   60
 

Functions

void setup ()
 
void loop ()
 

Variables

CRGB redLeds [NUM_LEDS_PER_STRIP]
 
CRGB greenLeds [NUM_LEDS_PER_STRIP]
 
CRGB blueLeds [NUM_LEDS_PER_STRIP]
 

Macro Definition Documentation

◆ NUM_LEDS_PER_STRIP

#define NUM_LEDS_PER_STRIP   60

Definition at line 11 of file MultiArrays.ino.

Function Documentation

◆ loop()

void loop ( )

Definition at line 30 of file MultiArrays.ino.

◆ setup()

void setup ( )

Definition at line 18 of file MultiArrays.ino.

Variable Documentation

◆ blueLeds

CRGB blueLeds[NUM_LEDS_PER_STRIP]

Definition at line 14 of file MultiArrays.ino.

◆ greenLeds

CRGB greenLeds[NUM_LEDS_PER_STRIP]

Definition at line 13 of file MultiArrays.ino.

◆ redLeds

CRGB redLeds[NUM_LEDS_PER_STRIP]

Definition at line 12 of file MultiArrays.ino.