My I2C instance is currently using 0x40 (64) for the address but I'm not sure what address I should use for channel 0 in the i2c.writeTo(address, data) method.
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.
My I2C instance is currently using 0x40 (64) for the address but I'm not sure what address I should use for channel 0 in the
i2c.writeTo(address, data)
method.