aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/ws2812_spi.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/spi: remove DMA generic params.Dario Nieuwenhuis2024-04-151-2/+2
|
* Fix spelling and white space mistakesVega Deftwing2024-04-111-1/+1
|
* remove unused feature attributeeZio Pan2023-12-221-1/+0
|
* typo fixeZio Pan2023-12-181-4/+5
|
* match up with stm32f429zi feature flageZio Pan2023-12-181-1/+1
| | | | stm32f429 has less DMA channel than stm32f411
* stm32f4 ws2812 example with spi ...eZio Pan2023-12-171-0/+95
... and more doc on TIM&DMA version, also remove useless TIM APRE settings, and use for loop instead of manually flip the index bit, and replace `embassy_time::Timer` with `embassy_time::Ticker`, for more constant time interval.