aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/ws2812_pwm.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-1/+1
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
|
* last oops I promiseGrant Miller2024-09-061-1/+1
|
* Update examplesGrant Miller2024-09-061-2/+2
|
* stm32/timer: simplify traits, convert from trait methods to struct.Dario Nieuwenhuis2024-03-231-2/+3
|
* impl waveform with TIM ChanneleZio Pan2024-01-061-1/+1
|
* ask a DMA Channel only when use .gen_waveform()eZio Pan2024-01-021-3/+3
|
* some trivial fixeZio Pan2023-12-301-1/+1
| | | | use less #[cfg] macro; reuse same variable
* implement PWM waveform generating with DMAeZio Pan2023-12-281-0/+101