This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <FastLED.h> | |
| /************************************** | |
| U S E R S E T U P | |
| **************************************/ | |
| #define MAX_LEDS 10 // number of controllable segments (NOT physical LEDs) | |
| #define LED_TYPE WS2811 | |
| #define LED_PINS 6 | |
| #define COLOR_ORDER BRG |