FastLED NeoPixel v1.0.3
Loading...
Searching...
No Matches
StripVariant.ino File Reference

Demonstrates how to use a different strip type. More...

#include <FastLED_NeoPixel.h>

Macros

#define DATA_PIN   6
 
#define NUM_LEDS   60
 
#define BRIGHTNESS   50
 

Functions

void setup ()
 
void loop ()
 
void rainbow (unsigned long wait)
 

Variables

CRGB leds [NUM_LEDS]
 
FastLED_NeoPixel_Variant strip (leds, NUM_LEDS)
 

Detailed Description

Demonstrates how to use a different strip type.