Skip to content

Commit

Permalink
Merge pull request #69 from tkomde/patch-1
Browse files Browse the repository at this point in the history
Update irremote_transmit.py
  • Loading branch information
FoamyGuy committed Apr 22, 2024
2 parents d3f3b31 + c0810c5 commit c4daaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/irremote_transmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
pulseout = pulseio.PulseOut(board.IR_TX, frequency=38000, duty_cycle=2**15)
# Create an encoder that will take numbers and turn them into NEC IR pulses
encoder = adafruit_irremote.GenericTransmit(
header=[9000, 4500], one=[560, 1700], zero=[560, 1700], trail=560
header=[9000, 4500], one=[560, 1700], zero=[560, 560], trail=560
)

while True:
Expand Down

0 comments on commit c4daaa7

Please sign in to comment.