Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
37d804eb3011f7201c9424f017186b4735102912
/
.
/
services
/
i2c
/
api
/
src
/
lib.rs
blob: ccbaead8aa0d2da180487fafa3a7e1b6ed950830 [
file
]
// Licensed under the Apache-2.0 license
// SPDX-License-Identifier: Apache-2.0
#![
no_std
]
pub
mod
protocol
;
pub
mod
seam
;
pub
mod
transport
;
pub
use
protocol
::*;
pub
use
seam
::
I2cSlaveEvent
;
pub
use
transport
::{
Transport
,
TransportError
};