Skip to content

Commit 1e478b1

Browse files
committed
"Reformatted per new black version"
1 parent 80db51f commit 1e478b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/irremote_transmit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
button.pull = digitalio.Pull.DOWN
1717

1818
# Create a 'pwmio' output, to send infrared signals on the IR transmitter @ 38KHz
19-
pwm = pwmio.PWMOut(board.IR_TX, frequency=38000, duty_cycle=2 ** 15)
19+
pwm = pwmio.PWMOut(board.IR_TX, frequency=38000, duty_cycle=2**15)
2020
pulseout = pulseio.PulseOut(pwm)
2121
# Create an encoder that will take numbers and turn them into NEC IR pulses
2222
encoder = adafruit_irremote.GenericTransmit(

0 commit comments

Comments
 (0)