Browse Source

--debug

master
Julien Cabillot 3 years ago
committed by Cabillot Julien
parent
commit
aa6e34bdfb
1 changed files with 2 additions and 0 deletions
  1. 2
      arduino/alarmclock/alarmclock.cpp

2
arduino/alarmclock/alarmclock.cpp

@ -196,6 +196,7 @@ void ledDisplay()
fill_solid(leds, LED_NUM, color);
FastLED.setBrightness(breath);
/* Debug
EVERY_N_SECONDS(1) {
Serial.print(breath);
Serial.print(" | ");
@ -203,6 +204,7 @@ void ledDisplay()
Serial.print("/");
Serial.println(maxBrightness);
}
*/
FastLED.show();
}

Loading…
Cancel
Save