We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b66993 commit e32b11dCopy full SHA for e32b11d
app/start.py
@@ -8,8 +8,6 @@
8
9
np = neopixel.NeoPixel(machine.Pin(pin_led), leds_number)
10
11
-for i in range(
12
- leds_number,
13
-):
+for i in range(4, leds_number - 5):
14
np[i] = (25, 25, 75)
15
np.write()
0 commit comments