-
Notifications
You must be signed in to change notification settings - Fork 10
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 support? #2
Comments
PWM support would be very nice! |
pigpio does PWM better then any other "software" library. I'd love to see Java support for this. |
I've finished initial implementation of PWM in my forked repository . It's available for PigpioSocket class. |
If you submit the pull-request, I'll quickly check for obvious errors and merge. Thanks for the submission. |
Merged as requested. |
PWM implemented in PigpioSocket class. |
Is there a class that wraps around pigpio's PWM support?
The text was updated successfully, but these errors were encountered: