Skip to content

Commit ba9572f

Browse files
committed
Removed comment
1 parent 6d0ee99 commit ba9572f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ir_transmit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# Create a button object to trigger IR transmit
99
button = digitalio.DigitalInOut(board.D4)
1010
button.direction = digitalio.Direction.INPUT
11-
# This is for CPX. For an external button
1211
button.pull = digitalio.Pull.DOWN
1312

1413
# Create a 'pulseio' output, to send infrared signals on the IR transmitter @ 38KHz

0 commit comments

Comments
 (0)