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.
2 parents 70865ac + 702ef75 commit 19894faCopy full SHA for 19894fa
examples/irremote_transmit.py
@@ -1,9 +1,10 @@
1
"""IR transmit example using Circuit Playground Express"""
2
+#pylint: disable-msg=no-member
3
import time
-import adafruit_irremote
4
import pulseio
5
import board
6
import digitalio
7
+import adafruit_irremote
8
9
# Create a button object to trigger IR transmit
10
button = digitalio.DigitalInOut(board.D4)
0 commit comments