Hi! I'm using the I2C bus. All library calls are done with the DRV_I2C... calls. If a call needs the I2C instance, the parameter is the driver index.Like in:DRV_I2C_Open(DRV_I2C_INDEX_0, DRV_IO_INTENT_WRITE); All OK so far.But if you want to get the statu..
↧