Commit 2d53cbaa authored by Eric Duminil's avatar Eric Duminil
Browse files

Sophie blue!

parent 447f9bf1
Pipeline #5899 failed with stage
in 19 seconds
......@@ -45,8 +45,8 @@ void loop() {
// Check if air is good enough
for (int i = 0; i < LED_COUNT; ++i) {
if ((n >> i) & 1) {
// led_ring.setPixelColor(i, 0, 255, 0);
led_ring.setPixelColor(i, led_ring.ColorHSV(n * 1023 + 60000));
led_ring.setPixelColor(i, 0x00ff84); // Sophie BlueGreen
// led_ring.setPixelColor(i, led_ring.ColorHSV(n * 1023 + 60000));
}
}
Serial.print(n);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment