[][src]Function si4703::reset_and_select_i2c_method1_with_gpio3

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

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

This includes a 2ms delay to allow the pins to settle and the device to perform the reset.