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

4 lines
156 B
Rust
Raw Normal View History

//! Serial Peripheral Interface (SPI)
// See [Chapter 4 Section 4](https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf) for more details
// TODO