-
Notifications
You must be signed in to change notification settings - Fork 37
How would one configure a PWM using this crate? #43
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
Comments
No, this crate does not expose the Linux PWM interface, if that's what you're looking for. |
The GPIO chardev system is separate from the PWM interface, so it's a matter of which crate is targeting which Linux API. The sysfs-pwm sounds like what you may be looking for, but it appears to have a single release from five years ago, so I suspect it could use some testing and probably an update. |
I'm going to close this, I am the original author of this crate and sysfs-pwm which has moved ownership to the wg, but it does definitely need a fresh review and a release. |
Is there an easy way to configure a PWM using this crate? If not, does anyone know a good crate for doing so?
The text was updated successfully, but these errors were encountered: