//! API for the I2C peripheral //! //! ## Examples //! //! - [PEB1 accelerometer example](https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/branch/main/examples/simple/examples/peb1-accelerometer.rs) pub use vorago_shared_periphs::i2c::*;