|
FastLED 3.9.15
|
#include <FastLED.h>
Include dependency graph for RGBWEmulated.ino:Go to the source code of this file.
Macros | |
| #define | DATA_PIN 3 |
| #define | NUM_LEDS 10 |
| #define | TIME_FACTOR_HUE 60 |
| #define | TIME_FACTOR_SAT 100 |
| #define | TIME_FACTOR_VAL 100 |
Typedefs | |
| typedef WS2812< DATA_PIN, RGB > | ControllerT |
Functions | |
| void | fillAndShow (CRGB color) |
| void | loop () |
| void | setup () |
Variables | |
| CRGB | leds [NUM_LEDS] |
| Rgbw | rgbw |
| static RGBWEmulatedController< ControllerT, GRB > | rgbwEmu (rgbw) |