FastLED NeoPixel v1.0.3
|
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) |
Demonstrates how to use a different strip type.