FastLED 3.9.3
|
Use this to determine what the RGB ordering for your LEDs should be.
Definition in file RGBCalibrate.ino.
#include "FastLED.h"
Go to the source code of this file.
Macros | |
#define | NUM_LEDS 7 |
#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 37 of file RGBCalibrate.ino.
#define DATA_PIN 3 |
Definition at line 36 of file RGBCalibrate.ino.
#define NUM_LEDS 7 |
Definition at line 30 of file RGBCalibrate.ino.
void loop | ( | ) |
Definition at line 89 of file RGBCalibrate.ino.
void setup | ( | ) |
Definition at line 41 of file RGBCalibrate.ino.
CRGB leds[NUM_LEDS] |
Definition at line 39 of file RGBCalibrate.ino.