[][src]Function ds18b20::simultaneous_recall_from_eeprom

pub fn simultaneous_recall_from_eeprom<T, E>(
    onewire: &mut OneWire<T>,
    delay: &mut impl DelayUs<u16>
) -> OneWireResult<(), E> where
    T: InputPin<Error = E>,
    T: OutputPin<Error = E>, 

Read the contents of the EEPROM config to the scratchpad for all devices simultaneously.