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

Pwm: Are the pwm units same for cpp and Python #35

Open
vkotaru opened this issue May 14, 2018 · 0 comments
Open

Pwm: Are the pwm units same for cpp and Python #35

vkotaru opened this issue May 14, 2018 · 0 comments

Comments

@vkotaru
Copy link

vkotaru commented May 14, 2018

Hi,

Are the pwm units same for both cpp and python? Are they both #ms?

When I tried running an ESC w/ brushless motor, the following values worked.

Python
SERVO_MAX = 1.86 #ms
SERVO_MIN = 1.06 #ms

cpp

SERVO_MAX = 1860 #us
SERVO_MIN = 1060 #us

Thanks

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