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

Detailed Description

Demonstrates how to use multiple LED strips, each with the same data.

Definition in file MirroringSample.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 leds [NUM_LEDS_PER_STRIP]
 

Macro Definition Documentation

◆ NUM_LEDS_PER_STRIP

#define NUM_LEDS_PER_STRIP   60

Definition at line 11 of file MirroringSample.ino.

Function Documentation

◆ loop()

void loop ( )

Definition at line 30 of file MirroringSample.ino.

◆ setup()

void setup ( )

Definition at line 16 of file MirroringSample.ino.

Variable Documentation

◆ leds

CRGB leds[NUM_LEDS_PER_STRIP]

Definition at line 12 of file MirroringSample.ino.