FastLED 3.9.3
|
Animate a white dot moving along a strip of LEDs.
Definition in file FirstLight.ino.
#include <FastLED.h>
Go to the source code of this file.
Macros | |
#define | NUM_LEDS 60 |
#define | DATA_PIN 3 |
#define | CLOCK_PIN 13 |
Functions | |
void | setup () |
void | loop () |
Variables | |
CRGB | leds [NUM_LEDS] |
#define CLOCK_PIN 13 |
Definition at line 26 of file FirstLight.ino.
#define DATA_PIN 3 |
Definition at line 25 of file FirstLight.ino.
#define NUM_LEDS 60 |
Definition at line 19 of file FirstLight.ino.
void loop | ( | ) |
Definition at line 81 of file FirstLight.ino.
void setup | ( | ) |
Definition at line 32 of file FirstLight.ino.
CRGB leds[NUM_LEDS] |
Definition at line 29 of file FirstLight.ino.