aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g0/src/bin/adc.rs
Commit message (Collapse)AuthorAgeFilesLines
* adc: remove sample_time from structxoviat2025-11-101-3/+2
|
* 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-2/+2
|
* Add stm32g0 examplesChen Yuheng2024-06-181-0/+34