[][src]Function vl53l1_reg::write_byte

pub fn write_byte<I>(
    i2c: &mut I,
    index: Index,
    byte: u8
) -> Result<(), I::Error> where
    I: Write

Shorthand for writing a slice with a single byte.