You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • I2C2.setup({scl:13, sda:14, bitrate:400000}) did nothing

    I don't think I2C2 is supported on Espruino since you can't have two SPI and two I2C. That's probably your issue.

    Maybe just try using software I2C.

    pinutils.findpin(pins, "PD30", True)["functions"]["NEGATED"]=0;

    Did you make clean before rebuilding?

About

Avatar for Gordon @Gordon started