Skip to content

Instantly share code, notes, and snippets.

@antila
antila / flashing-cloud.ino
Created May 19, 2019 21:47
Flash Arduino cloud
#include <Adafruit_NeoPixel.h>
#ifdef __AVR__
#include <avr/power.h>
#endif
// Which pin on the Arduino is connected to the NeoPixels?
// On a Trinket or Gemma we suggest changing this to 1
#define PIN 7
// How many NeoPixels are attached to the Arduino?