Changeset - 61fc6a315f27
[Not reviewed]
default
0 1 0
Dennis Fink - 6 years ago 2018-02-06 23:12:46
dennis.fink@c3l.lu
Remove empty line
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Neopixel_Goggles.ino
Show inline comments
 
@@ -182,13 +182,12 @@ class NeoPatterns : public Adafruit_NeoP
 
          setPixelColor(i, PixelColor); // First Eye
 
          setPixelColor(numPixels() - 1 - i, PixelColor); // Second Eye
 
        }
 
        else {
 
          setPixelColor(i, DimColor(getPixelColor(i)));
 
          setPixelColor(numPixels() - 1 - i, DimColor(getPixelColor(i)));
 

	
 
        }
 
      }
 
      Increment();
 
    }
 

	
 
    void Random(uint32_t color, uint16_t steps, uint16_t interval) {
0 comments (0 inline, 0 general)