aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f0/src/bin/adc.rs
Commit message (Collapse)AuthorAgeFilesLines
* adc: remove sample_time from structxoviat2025-11-101-3/+2
|
* stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.Dario Nieuwenhuis2024-04-291-3/+3
|
* stm32: update adc examplesAndres Vahter2024-04-101-3/+3
|
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-261-1/+1
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* stm32/adc: cleanup f1, f3, v1, and v2xoviat2023-09-271-1/+1
|
* stm32/adc: make v1 async and leave enxoviat2023-09-201-3/+9
|
* Fix example reference voltageGrant Miller2023-04-051-4/+3
|
* Fix exampleGrant Miller2023-04-051-3/+12
|
* Update STM32F0 ADC example to use `read_internal`Matthew W. Samsonoff2023-04-051-2/+5
|
* Add ADC example for STM32F0Matthew W. Samsonoff2023-04-051-0/+24