mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-25 13:31:31 +11:00
4 lines
158 B
Rust
4 lines
158 B
Rust
|
//! Synchronous Serial Interface (SSI)
|
||
|
// See [Chapter 4 Section 10](https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf) for more details
|
||
|
// TODO
|