how to configure two I2C devices using the driver from the SDK
我们现在使用两个I2C设备DA14583项目,the devices have different slave address, so i don`t know how to use the I2C dirver from the SDK to configure my devices,like how to use the function 'i2c_eeprom_init()' to initilize the I2C interface. And i also want to know the two devices can use the same IOs(SDA,SCL in the two devices tied with just two IOs) or they can use different IOs(SDA,SCL in the two devices tied with four IOs).