aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/pwm_complementary.rs
Commit message (Collapse)AuthorAgeFilesLines
* timer: use u32 for high-level apixoviat2025-12-011-1/+1
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* stm32: adapt examples to timer API changesmelvdl2025-06-271-2/+2
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* Merge branch 'master' into center-alignDion Dokter2023-10-201-5/+5
|\
| * time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-5/+5
| | | | | | | | convenience methods
* | Fix examplesDion Dokter2023-10-011-0/+1
|/
* stm32/pwm: add output type controlxoviat2023-07-291-2/+3
|
* stm32/timer: merge pwm module into timer. (#1703)Dario Nieuwenhuis2023-07-281-3/+3
| | | | The traits there are applicable to timer use cases other than PWM. It doesn't make sense to keep them separated.
* stm32/pwm: improve dead-time apixoviat2023-05-011-28/+3
|
* stm32/pwm: fix unused importxoviat2023-04-051-1/+1
|
* stm32/pwm: add complementary pwm examplexoviat2023-04-051-0/+77