Skip to content

Commit

Permalink
feat: less leds
Browse files Browse the repository at this point in the history
  • Loading branch information
sasilva1998 committed May 21, 2021
1 parent 8b66993 commit e32b11d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

np = neopixel.NeoPixel(machine.Pin(pin_led), leds_number)

for i in range(
leds_number,
):
for i in range(4, leds_number - 5):
np[i] = (25, 25, 75)
np.write()

0 comments on commit e32b11d

Please sign in to comment.