File diff a5be02268126 → fb907b72aae9
Neopixel_Goggles.ino
Show inline comments
 
#include <Adafruit_NeoPixel.h>
 

	
 
#ifdef __AVR_ATtiny85__ // Trinket, Gemma, etc.
 
#include <avr/power.h>
 
#endif