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 2528191 commit 1510891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import machine, neopixel

leds_number = 25
leds_number = 20
pin_led = 26

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

0 comments on commit 1510891

Please sign in to comment.