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

4 lines
157 B
Rust
Raw Normal View History

//! Inter-Integrated Circuit (I2C) bus
// See [Chapter 4 Section 3](https://datasheets.raspberrypi.org/rp2040/rp2040_datasheet.pdf) for more details
// TODO