Skip to content

Instantly share code, notes, and snippets.

View Robiv8's full-sized avatar

Robi Robiv8

  • Stuttgart
  • 02:26 (UTC +02:00)
View GitHub Profile
@Robiv8
Robiv8 / AutoBlinker.ino
Created August 5, 2019 22:32
Arduino Neopixel Auto Blinker
#include <FastLED.h>
// How many leds in your strip?
#define NUM_LEDS 46
// 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
#define DATA_PIN 2
//#define CLOCK_PIN 13