rp-hal-boards/rp2040-hal/src/adc.rs

4 lines
153 B
Rust
Raw Normal View History

//! Analog-Digital Converter (ADC)
// See [Chapter 4 Section 9](https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf) for more details
// TODO