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
Update PWM driver page to inform user of the different options for when PWM duty ratios are updated
Since AMDC v1.3, the PWM interface has several options for when it outputs duty ratios:
Our docs.amdc.dev page on this interface is very brief and does not cover this.
https://github.com/Severson-Group/AMDC-Firmware/blob/18321d8316e14fc71e97e367b17600adbe26f67b/sdk/app_cpu1/common/drv/pwm.h#L63-L67
Add a short section to the docs.amdc.dev page on the PWM interface that explains the options for when duty ratios are updated.
The text was updated successfully, but these errors were encountered:
Known4225
No branches or pull requests
Abstract
Update PWM driver page to inform user of the different options for when PWM duty ratios are updated
Context
Since AMDC v1.3, the PWM interface has several options for when it outputs duty ratios:
Our docs.amdc.dev page on this interface is very brief and does not cover this.
https://github.com/Severson-Group/AMDC-Firmware/blob/18321d8316e14fc71e97e367b17600adbe26f67b/sdk/app_cpu1/common/drv/pwm.h#L63-L67
Approach
Add a short section to the docs.amdc.dev page on the PWM interface that explains the options for when duty ratios are updated.
The text was updated successfully, but these errors were encountered: