• ESP8266: i2c = new I2C(); i2c.setup({sda: D4, scl: D5});

    This is the Espruino software implementation of i2c, try I2C1 which is a c coded software implementation based on espressif sample and extended by clock stretching.

About

Avatar for MaBe @MaBe started