Function vl53l1::read_entry

source ·
pub fn read_entry<I, E>(i2c: &mut I) -> Result<E, <I as WriteRead<u8>>::Error>where
    I: WriteRead<u8>,
    E: Entry,
Expand description

Read the value for a single entry.