pulseio doc example little fix
This commit is contained in:
parent
bed724fc17
commit
048ccbcdb2
@ -59,7 +59,7 @@
|
|||||||
//| import board
|
//| import board
|
||||||
//|
|
//|
|
||||||
//| # 50% duty cycle at 38kHz.
|
//| # 50% duty cycle at 38kHz.
|
||||||
//| pwm = pulseio.PulseOut(board.LED, frequency=38000, duty_cycle=32768)
|
//| pulse = pulseio.PulseOut(board.LED, frequency=38000, duty_cycle=32768)
|
||||||
//| # on off on off on
|
//| # on off on off on
|
||||||
//| pulses = array.array('H', [65000, 1000, 65000, 65000, 1000])
|
//| pulses = array.array('H', [65000, 1000, 65000, 65000, 1000])
|
||||||
//| pulse.send(pulses)
|
//| pulse.send(pulses)
|
||||||
|
Loading…
Reference in New Issue
Block a user