You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: