You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
I need to change PWM frequency, but the API doesn't allow it. The main problem is that changing the frequency change the frequency of all the channels, and there is no PwmTimer object.
Maybe instead of returning a tuple, an object should be returned that allow to access to the channels, allow to change the frequency, and extract the Pwm objects.
If that's OK, we can talk about the details (breaking change or not, tuple struct with public fields or Into<(Pwm1, Pwm2)>...) and I can take care of the implementation.
The text was updated successfully, but these errors were encountered:
Hi!
I need to change PWM frequency, but the API doesn't allow it. The main problem is that changing the frequency change the frequency of all the channels, and there is no PwmTimer object.
Maybe instead of returning a tuple, an object should be returned that allow to access to the channels, allow to change the frequency, and extract the
Pwm
objects.If that's OK, we can talk about the details (breaking change or not, tuple struct with public fields or
Into<(Pwm1, Pwm2)>
...) and I can take care of the implementation.The text was updated successfully, but these errors were encountered: