Skip to content

Instantly share code, notes, and snippets.

View adonixis's full-sized avatar
🏠
Working from home

Ilya Fomenko adonixis

🏠
Working from home
View GitHub Profile
@adonixis
adonixis / lightbox.ino
Created June 27, 2017 13:58
Lightbox Sketch for Arduino Nano
#include <Adafruit_NeoPixel.h>
#define PIN 5
#include <EEPROM.h>
#include <SoftwareSerial.h>
SoftwareSerial BTserial(3, 2); // RX | TX
// Parameter 1 = number of pixels in strip
// Parameter 2 = Arduino pin number (most are valid)