Skip to content

Instantly share code, notes, and snippets.

#include <Adafruit_NeoPixel.h>
#ifdef __AVR__
#include <avr/power.h>
#endif
#define PIN 6
Adafruit_NeoPixel bigStrip = Adafruit_NeoPixel(150, 6, NEO_GRB + NEO_KHZ800);
Adafruit_NeoPixel smallStrip = Adafruit_NeoPixel(21, 7, NEO_GRB + NEO_KHZ800);