[][src]Function ds18b20::simultaneous_save_to_eeprom

pub fn simultaneous_save_to_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 config contents of the scratchpad memory to the EEPROMfor all devices simultaneously.