Skip to content

Commit 4d0e1d9

Browse files
authored
Merge pull request #5907 from Neradoc/patch-3
pulseio doc example little fix
2 parents bed724f + 048ccbc commit 4d0e1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/pulseio/PulseOut.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
//| import board
6060
//|
6161
//| # 50% duty cycle at 38kHz.
62-
//| pwm = pulseio.PulseOut(board.LED, frequency=38000, duty_cycle=32768)
62+
//| pulse = pulseio.PulseOut(board.LED, frequency=38000, duty_cycle=32768)
6363
//| # on off on off on
6464
//| pulses = array.array('H', [65000, 1000, 65000, 65000, 1000])
6565
//| pulse.send(pulses)

0 commit comments

Comments
 (0)