1 parent bed724f commit 048ccbcCopy full SHA for 048ccbc
1 file changed
shared-bindings/pulseio/PulseOut.c
@@ -59,7 +59,7 @@
59
//| import board
60
//|
61
//| # 50% duty cycle at 38kHz.
62
-//| pwm = pulseio.PulseOut(board.LED, frequency=38000, duty_cycle=32768)
+//| pulse = pulseio.PulseOut(board.LED, frequency=38000, duty_cycle=32768)
63
//| # on off on off on
64
//| pulses = array.array('H', [65000, 1000, 65000, 65000, 1000])
65
//| pulse.send(pulses)
0 commit comments