aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g4/src/bin/adc_injected_and_regular.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32/adc: extract into commonxoviat2025-11-121-1/+1
| | | | add common low-level interface for adc
* fmt againJakob2025-11-071-1/+1
|
* cargo fmtJakob2025-11-071-2/+3
|
* Rework how sequences ADC are specified. Update documentation in g4. ↵Jakob2025-11-071-8/+9
| | | | Carefully chose which methods to expose publicly
* consume regular ringbufxoviat2025-11-051-6/+12
|
* Create raii wrapper for injected conversionsJakob2025-11-051-18/+20
|
* Remove unused import from exampleJakob2025-11-041-1/+1
|
* Implement into_ring_buffered for g4. Add methods for configuring injected ↵Jakob2025-11-041-0/+144
sampling for g4.