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 6d0ee99 commit ba9572fCopy full SHA for ba9572f
examples/ir_transmit.py
@@ -8,7 +8,6 @@
8
# Create a button object to trigger IR transmit
9
button = digitalio.DigitalInOut(board.D4)
10
button.direction = digitalio.Direction.INPUT
11
-# This is for CPX. For an external button
12
button.pull = digitalio.Pull.DOWN
13
14
# Create a 'pulseio' output, to send infrared signals on the IR transmitter @ 38KHz
0 commit comments