correct copy/paste error
This commit is contained in:
parent
22f911ab6e
commit
8fec3a5a29
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue