a typo
via learn guide feedback
This commit is contained in:
parent
00ecb0c3ad
commit
97badf3ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ for pin in buttonpins:
|
||||||
button.pull = Pull.UP
|
button.pull = Pull.UP
|
||||||
buttons.append(button)
|
buttons.append(button)
|
||||||
|
|
||||||
# make all LED objects, make them inputs w/pullups
|
# make all LED objects, make them outputs
|
||||||
for pin in ledpins:
|
for pin in ledpins:
|
||||||
led = DigitalInOut(pin)
|
led = DigitalInOut(pin)
|
||||||
led.direction = Direction.OUTPUT
|
led.direction = Direction.OUTPUT
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue