-
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
Set PWM frequency #25
Comments
Good idea. Yes, this seems like something I can add in the fall. |
is there any update on that? |
No, nothing yet. |
rpi_gpio.dart/lib/src/native/rpi_gpio_ext.cc Tried to change clock to other value but seems it now working. Basically i just want to set freq to ~50Hz but seems it's more complex than I thought. Any idea how I can reach this? |
Is there any new information? |
As of
v0.8.1
, theGPIOPwm
class has adutyCycle
setter, but I can't find anything to set the frequency. Are there plans to add such a feature?I checked the native code:
rpi_gpio.dart/lib/src/native/rpi_gpio_ext.cc
Line 300 in 42cc561
Seems like this is hard-coded
The text was updated successfully, but these errors were encountered: