aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g0/src/bin/adc_oversampling.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/adc: extract into commonxoviat2025-11-121-6/+8
| | | | add common low-level interface for adc
* adc: remove sample_time from structxoviat2025-11-101-2/+1
|
* CleanupPer Rosengren2025-09-161-11/+0
|
* Re-export API enums and update examplesPer Rosengren2025-09-161-3/+3
|
* Add Adc::new_with_clock() to configure analog clockPer Rosengren2025-08-301-2/+2
| | | | | | | Required on STM32WL with default HAL initialization. The function is only available for adc_g0, but all that have clock config should add implementations.
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-1/+1
|
* Add adc oversampling supportChen Yuheng2024-06-271-0/+43