aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/pwm_input.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
* fix examplesSüha Ünüvar2025-06-271-1/+1
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-2/+2
* fix fmtBruno Bousquet2024-05-291-1/+4
* rename get_width_ticks and add info!() in examplesBruno Bousquet2024-05-291-5/+4
* Apply suggestions from code reviewBruno Bousquet2024-05-291-1/+1
* fix fmt againBruno Bousquet2024-05-291-2/+1
* fix fmtBruno Bousquet2024-05-291-1/+2
* pwm_input is working on F446Bruno Bousquet2024-05-291-0/+52
* add f103 example for input_captureBruno Bousquet2024-05-281-52/+0
* compile pwm_input exampleBruno Bousquet2024-05-281-0/+52