pub type I2cTargetAddress = i2c_target_address_t;

Implementations§

source§

impl I2cTargetAddress

source

pub fn write(&self, uart: &dyn Uart) -> Result<()>