[][src]Function vl53l1::read_byte

pub fn read_byte<I>(
    i2c: &mut I,
    index: Index
) -> Result<u8, <I as WriteRead>::Error> where
    I: WriteRead

Shorthand for reading a single byte from the register at the given index.