-
Notifications
You must be signed in to change notification settings - Fork 5
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 #2
Comments
Ok! I agree, I really need to add this... The hardware PWM should be easy to configure. I am also thinking how can I use the multi-threading capabilities of Julia to also provide software PWM. |
I was looking into the PWM capabilities of the Pi and found this reference from the pigpio doc about how the DMA peripheral is used to do "hardware timed PWM on any of GPIO 0-31": This is a related part of the servoblaster docs: |
Thanks for the info! I will try to implement it as soon as possible! |
Vote for it! |
Hi @metelkin Yeah... I am in debt here. Sorry for the delay. The last months were insane here and I just had not time to come back to this project. However, it is not dead and I promise I will do this as soon as possible (if we can't find someone to do this). |
It's ok. I wish I could help but unfortunately, my skills are not enough for such "low-level" programming tasks. |
@metelkin, in the meantime you may be able to use this wrapper: https://github.com/notinaboat/PiGPIOC.jl The PWM API functions are here: The documentation is here: |
Thank you @notinaboat, interesting. |
Feature request for the far future: add controls for PWM.
This is really just a place holder for a todo. Not an actual issue...
The text was updated successfully, but these errors were encountered: