I get I2CWrite: No ACK 0 when trying i2c.writeTo(n, 1000) where n is an integer between 0 and 200. I assumed it would work on channel 1-16?
i2c.writeTo(n, 1000)
@jameslouiz 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.
I get I2CWrite: No ACK 0 when trying
i2c.writeTo(n, 1000)
where n is an integer between 0 and 200. I assumed it would work on channel 1-16?