You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • The register address is usually something different to the I2C address. I could be wrong here, but I think you need:

    i2c.writeTo(0x68, 0/* register addr*/);
    var data = i2c.readFrom(0x68, 4/* bytes */);
    
About

Avatar for Gordon @Gordon started