You are reading a single comment by @StuntMonkeh and its replies. Click here to read the full conversation.
  • Thanks Gordon, I'm one step close. I'm now getting data back.

    I2C1.setup({scl:B6,sda:B7});
    I2C1.writeTo(0x68, 0/* register addr*/);
    var data = I2C1.readFrom(0x68, 4/* bytes */);
    
About

Avatar for StuntMonkeh @StuntMonkeh started