pub fn set_xtalk_compensation_enable<I>(
    dev: &mut Device,
    i2c: &mut I,
    xtalk_compensation_enable: u8
) -> Result<(), I::Error>where
    I: Write,
Expand description

Enable (1) or disable (0) crosstalk compensation.