--debug
This commit is contained in:
parent
b2f2e4a5dd
commit
aa6e34bdfb
@ -196,6 +196,7 @@ void ledDisplay()
|
|||||||
|
|
||||||
fill_solid(leds, LED_NUM, color);
|
fill_solid(leds, LED_NUM, color);
|
||||||
FastLED.setBrightness(breath);
|
FastLED.setBrightness(breath);
|
||||||
|
/* Debug
|
||||||
EVERY_N_SECONDS(1) {
|
EVERY_N_SECONDS(1) {
|
||||||
Serial.print(breath);
|
Serial.print(breath);
|
||||||
Serial.print(" | ");
|
Serial.print(" | ");
|
||||||
@ -203,6 +204,7 @@ void ledDisplay()
|
|||||||
Serial.print("/");
|
Serial.print("/");
|
||||||
Serial.println(maxBrightness);
|
Serial.println(maxBrightness);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
FastLED.show();
|
FastLED.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user