embassy/embassy-stm32
Aurélien Jacobs 78bb261246 stm32: allow setting PWM duty cycle to 100%
Setting the compare_value to max_compare_value make the PWM output
go low when the timer reach the max_compare_value and go high again
on the next timer clock, when the value roll back to 0.
So to allow a 100% PWM that never goes low, the compare_value must
be set to max_compare_value + 1.
2023-08-18 16:10:49 +02:00
..
src stm32: allow setting PWM duty cycle to 100% 2023-08-18 16:10:49 +02:00
build.rs added exclusion for adc v4 as well 2023-08-10 08:21:03 -05:00
Cargo.toml Update embedded-hal to 1.0.0-rc.1 (#1783) 2023-08-16 00:40:56 +02:00