aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g0/src/bin/adc_dma.rs
Commit message (Expand)AuthorAgeFilesLines
* Add Adc::new_with_clock() to configure analog clockPer Rosengren2025-08-301-2/+2
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-1/+1
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-1/+1
* stm32g0: add adc_dma exampleAndres Vahter2024-07-031-0/+44