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

4 lines
149 B
Rust

//! Universal Serial Bus (USB)
// See [Chapter 4 Section 1](https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf) for more details
// TODO