We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37ce1c commit b653c3cCopy full SHA for b653c3c
1 file changed
shared-bindings/pulseio/PulseOut.c
@@ -57,7 +57,7 @@
57
//| with pulseio.PWMOut(board.D13, duty_cycle=2 ** 15) as pwm:
58
//| pulse = pulseio.PulseOut(pwm)
59
//| # on off on off on
60
-//| pulses = array.array('h', [65000, 1000, 65000, 65000, 1000])
+//| pulses = array.array('H', [65000, 1000, 65000, 65000, 1000])
61
//| pulse.send(pulses)
62
//|
63
//| # Modify the array of pulses.
0 commit comments