You are reading a single comment by @fanoush and its replies. Click here to read the full conversation.
  • There are three different device adresses used in your code -0x68,0x75,0x3b so which one is correct for your device?
    Typically you first write register address you want to read from i2c.writeTo(0x68,regaddr) and then read (two=16bits) bytes i2c.readFrom(0x68,2)

About

Avatar for fanoush @fanoush started