Fix spacing and hopefully indentation

This commit is contained in:
jackw01 2016-11-25 20:04:17 -08:00
parent 11686e4fe9
commit 96db522394

View File

@ -79,7 +79,8 @@ int timer = 0;
CRGB handColor, hourColor, minuteColor, secondColor; CRGB handColor, hourColor, minuteColor, secondColor;
void setup() { void setup() {
Serial.begin(115200);
Serial.begin(115200);
// Init FastLED // Init FastLED
FastLED.addLeds<NEOPIXEL, pinLeds>(leds, neoPixelRingSize); FastLED.addLeds<NEOPIXEL, pinLeds>(leds, neoPixelRingSize);