Skip to content

Instantly share code, notes, and snippets.

@mtwhitley
mtwhitley / gist:e2b04f5a034fac617d9c
Created October 13, 2015 22:00
FastLED Fire 2012 Demo (2 Strips)
#include <FastLED.h>
#define DATA_PIN 3
#define CLOCK_PIN 2
#define DATA_PIN_2 7
#define CLOCK_PIN_2 6
#define CHIPSET APA102
#define NUM_LEDS 144
#define BRIGHTNESS 100