We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eaedd5 commit ab7dbdbCopy full SHA for ab7dbdb
NeoPixie_Dust_Bag/code.py
@@ -28,7 +28,7 @@
28
# initialize external capacitive touch pad (active high)
29
button = digitalio.DigitalInOut(touch_pin)
30
button.direction = digitalio.Direction.INPUT
31
-button.pull = digitalio.Pull.DOWN
+button.pull = digitalio.Pull.UP
32
33
while True:
34
0 commit comments