Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPIO PWM command #6

Open
nopnop2002 opened this issue Mar 30, 2017 · 0 comments
Open

GPIO PWM command #6

nopnop2002 opened this issue Mar 30, 2017 · 0 comments

Comments

@nopnop2002
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant