You are reading a single comment by @Frida and its replies. Click here to read the full conversation.
  • You use:

    I2C1.setup({sda:D4, scl:D5, bitrate:100000});
    

    Try:

    I2C1.setup({sda:D4, scl:D5});
    

    I know that the bitrate gives a reset.

About

Avatar for Frida @Frida started