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 22f911a commit 8fec3a5Copy full SHA for 8fec3a5
STEMMA_IR_LED_Emitter/code.py
@@ -20,7 +20,7 @@
20
21
while True:
22
# send IR pulse
23
- emitter.transmit(pulseout, [255, 2, 255, 0])
+ encoder.transmit(pulseout, [255, 2, 255, 0])
24
# increase count
25
count += 1
26
# print to REPL
0 commit comments