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

PWMChannel Struct Implementations

Open apollolabsdev opened this issue 3 years ago • 1 comments

The get_period and set_period implementations are not available for the timer::pwm::PWMChannel struct. The implementations can only be accessed through timer::pwm::PwmHz and timer::pwm::Pwm structs.

apollolabsdev avatar Jun 30 '22 05:06 apollolabsdev