Advertisements
Monthly Archives: November 2015
CAS cheat sheet
SandBox online arduino tool: sand box online arduino emulator Neo Pixel example Neo Pixel Library from git hub. Click on the download zip button on the right. #include <Adafruit_NeoPixel.h> #define PIN 6 #define NUMPIXELS 12 Adafruit_NeoPixel pixels = Adafruit_NeoPixel(NUMPIXELS, PIN, NEO_GRB + NEO_KHZ800); int … Continue reading
Posted in Uncategorized
Leave a comment