aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wl/src/bin/adc.rs
Commit message (Collapse)AuthorAgeFilesLines
* adc: remove sample_time from structxoviat2025-11-101-3/+3
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Add Adc::new_with_clock() to configure analog clockPer Rosengren2025-08-301-0/+39
Required on STM32WL with default HAL initialization. The function is only available for adc_g0, but all that have clock config should add implementations.