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
Check if PWM crate support relay mode like ardupilot
The text was updated successfully, but these errors were encountered:
relay mode can be accomplish using a 0xffff as channel value
Sorry, something went wrong.
Actually the 409"6" value isn't acepted by the pca library method.
Cause it sets the OFF counter, not the dutycicle directly, you have ON & OFF.
For this, it's possible to use the full_on/full_off methods.
Already tested. Just need to clean the code
#68
We added this function with previous PR.
No branches or pull requests
Check if PWM crate support relay mode like ardupilot
The text was updated successfully, but these errors were encountered: