Skip to content

Commit 8fec3a5

Browse files
committed
correct copy/paste error
1 parent 22f911a commit 8fec3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STEMMA_IR_LED_Emitter/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
while True:
2222
# send IR pulse
23-
emitter.transmit(pulseout, [255, 2, 255, 0])
23+
encoder.transmit(pulseout, [255, 2, 255, 0])
2424
# increase count
2525
count += 1
2626
# print to REPL

0 commit comments

Comments
 (0)