# HG changeset patch # User Dennis Fink # Date 2018-02-06 23:13:24 # Node ID 6ca9558755f3924dcf3d65fc30a2ebbdebe68095 # Parent 61fc6a315f27e9daf009a4567d9d8b31a6cb5845 Change comments diff --git a/Neopixel_Goggles.ino b/Neopixel_Goggles.ino --- a/Neopixel_Goggles.ino +++ b/Neopixel_Goggles.ino @@ -1,11 +1,10 @@ #include -#ifdef __AVR_ATtiny85__ // Trinket, Gemma, etc. +#ifdef __AVR_ATtiny85__ #include #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,