Skip to content

Commit ab7dbdb

Browse files
committed
pull up in case no pull down
1 parent 1eaedd5 commit ab7dbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NeoPixie_Dust_Bag/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# initialize external capacitive touch pad (active high)
2929
button = digitalio.DigitalInOut(touch_pin)
3030
button.direction = digitalio.Direction.INPUT
31-
button.pull = digitalio.Pull.DOWN
31+
button.pull = digitalio.Pull.UP
3232

3333
while True:
3434

0 commit comments

Comments
 (0)