Skip to content
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

Open
peterzhu2118 opened this issue Dec 26, 2015 · 6 comments
Open

PWM support? #2

peterzhu2118 opened this issue Dec 26, 2015 · 6 comments

Comments

@peterzhu2118
Copy link

Is there a class that wraps around pigpio's PWM support?

@corwin42
Copy link

PWM support would be very nice!

@dimecoin
Copy link

dimecoin commented Jun 6, 2016

pigpio does PWM better then any other "software" library. I'd love to see Java support for this.

@sovcik
Copy link
Contributor

sovcik commented Jun 8, 2016

I've finished initial implementation of PWM in my forked repository . It's available for PigpioSocket class.
To be honest - it's not tested - I've just implemented relevant socket calls, which were quite trivial. Going to send pull-request to this repository too.

@nkolban
Copy link
Owner

nkolban commented Jun 8, 2016

If you submit the pull-request, I'll quickly check for obvious errors and merge. Thanks for the submission.

nkolban pushed a commit that referenced this issue Jun 8, 2016
PWM implemented - not tested
@nkolban
Copy link
Owner

nkolban commented Jun 8, 2016

Merged as requested.

@sovcik
Copy link
Contributor

sovcik commented Jun 12, 2016

PWM implemented in PigpioSocket class.
I think you can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants