We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Are the pwm units same for both cpp and python? Are they both #ms?
#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
#us
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: