via learn guide feedback
This commit is contained in:
Collin Cunningham 2019-04-03 17:54:52 -04:00
parent 00ecb0c3ad
commit 97badf3ce9

View file

@ -45,7 +45,7 @@ for pin in buttonpins:
button.pull = Pull.UP
buttons.append(button)
# make all LED objects, make them inputs w/pullups
# make all LED objects, make them outputs
for pin in ledpins:
led = DigitalInOut(pin)
led.direction = Direction.OUTPUT