WiringNP icon indicating copy to clipboard operation
WiringNP copied to clipboard

GPIO PWM command

Open nopnop2002 opened this issue 7 years ago • 0 comments

It's works right in RPi. Pulse width is 1.5ms

gpio mode 1 pwm gpio pwm-ms gpio pwmc 1920 gpio pwmr 200 # 0.1 ms per unit gpio pwm 1 15 # 1.5 ms

It's don't works right in NPi. A pulse width isn't probably right. gpio mode 33 pwm gpio pwm-ms gpio pwmc 1920 gpio pwmr 200 # 0.1 ms per unit gpio pwm 33 15 # 1.5 ms

nopnop2002 avatar Mar 30 '17 12:03 nopnop2002