File diff 61fc6a315f27 → 6ca9558755f3
Neopixel_Goggles.ino
Show inline comments
 
#include <Adafruit_NeoPixel.h>
 

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

	
 
/* Begin config section
 
-----------------------*/
 
// Begin config section
 

	
 
#define PIN 0
 

	
 
@@ -28,7 +27,7 @@
 
#define BLINK_MIN_INTERVAL 250
 
#define BLINK_MAX_INTERVAL 500
 

	
 
/* End config section */
 
// End config section
 

	
 
enum  pattern {
 
  RAINBOW_CYCLE,