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 */);
@StuntMonkeh started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks Gordon, I'm one step close. I'm now getting data back.