stm32g0xx-hal icon indicating copy to clipboard operation
stm32g0xx-hal copied to clipboard

Add more methods to Pwm<T>

Open usbalbin opened this issue 1 year ago • 0 comments

Hi :)

I have a use case where I need to update the frequency of several pwm outputs very often, therefore I need access to directly setting the period and/or prescaler registers. This PR does that plus some extra methods like start/pause, and access to setting the prescaler.

usbalbin avatar Apr 19 '23 09:04 usbalbin