FastLED 3.9.7
|
Animated, ever-changing rainbows.
Definition in file Pride2015.ino.
#include "FastLED.h"
Go to the source code of this file.
Macros | |
#define | DATA_PIN 3 |
#define | LED_TYPE WS2811 |
#define | COLOR_ORDER GRB |
#define | NUM_LEDS 200 |
#define | BRIGHTNESS 255 |
Functions | |
void | setup () |
void | loop () |
void | pride () |
Variables | |
CRGB | leds [NUM_LEDS] |
#define BRIGHTNESS 255 |
Definition at line 20 of file Pride2015.ino.
#define COLOR_ORDER GRB |
Definition at line 18 of file Pride2015.ino.
#define DATA_PIN 3 |
Definition at line 15 of file Pride2015.ino.
#define LED_TYPE WS2811 |
Definition at line 17 of file Pride2015.ino.
#define NUM_LEDS 200 |
Definition at line 19 of file Pride2015.ino.
void loop | ( | ) |
Definition at line 38 of file Pride2015.ino.
void pride | ( | ) |
Definition at line 47 of file Pride2015.ino.
void setup | ( | ) |
Definition at line 25 of file Pride2015.ino.
CRGB leds[NUM_LEDS] |
Definition at line 22 of file Pride2015.ino.