Skip to content

Instantly share code, notes, and snippets.

View synersignart's full-sized avatar

Cliff (Synersign) synersignart

View GitHub Profile
@synersignart
synersignart / POV.ino
Created March 15, 2018 02:20
Simple Arduino POV using WS2812B
#include "FastLED.h"
// How many leds in your strip?
#define NUM_LEDS 10
// For led chips like Neopixels, which have a data line, ground, and power, you just
// need to define DATA_PIN. For led chipsets that are SPI based (four wires - data, clock,
// ground, and power), like the LPD8806 define both DATA_PIN and CLOCK_PIN