Hi, do you know how can I read two devices with I2C protocol? I have to read the chips GY-521(acelerometer and gyroscope) and the RTC DS1307(real time clock) with the arduino leonardo. Thank you.
Items on the I2C bus have individual addresses. The RTC isusually 0x68. I think there is scanner software to get those you don't know in the usual way. The example software for the device should have all this