aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u0/src/bin/adc.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/adc: extract into commonxoviat2025-11-121-3/+4
| | | | add common low-level interface for adc
* adc: remove sample_time from structxoviat2025-11-101-2/+2
|
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* stm32 adc: introduce blocking_readAndres Vahter2024-07-031-1/+1
|
* Remove temp variableDion Dokter2024-04-141-1/+0
|
* Add ADCDion Dokter2024-04-141-3/+1
|
* Add some examples.Dion Dokter2024-04-131-0/+33
- usart works - dac works - rng gets stuck on while loop - usb_serial works, but cannot test due to lack of user usb port - adc needs work and does not work yet