correct copy/paste error

This commit is contained in:
Bradán Lane 2024-06-03 09:40:46 -04:00
parent 22f911ab6e
commit 8fec3a5a29

View file

@ -20,7 +20,7 @@ count = 0
while True:
# send IR pulse
emitter.transmit(pulseout, [255, 2, 255, 0])
encoder.transmit(pulseout, [255, 2, 255, 0])
# increase count
count += 1
# print to REPL