mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-02-02 22:46:35 +11:00
3 lines
173 B
Rust
3 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
|