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

4 lines
173 B
Rust

//! Universal asynchronous receiver-transmitter (UART)
// See [Chapter 4 Section 2](https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf) for more details
// TODO