Skip to content

Instantly share code, notes, and snippets.

View DivyanshuLohani's full-sized avatar

Divyanshu Lohani DivyanshuLohani

View GitHub Profile
#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