[][src]Function si4703::reset_and_select_i2c_method1

pub fn reset_and_select_i2c_method1<E, RST: OutputPin<Error = E>, SDA: OutputPin<Error = E>, DELAY: DelayMs<u8>>(
    rst: &mut RST,
    sda: &mut SDA,
    delay: &mut DELAY
) -> Result<(), E>

Reset the device and select I2C communication (method 1, no GPIO3)

This should be used when using GPIO3 for the external crystal like in some popular breakout modules. e.g. from Sparkfun. This includes a 2ms delay to allow the pins to settle and the device to perform the reset.