You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • On ESP you have to add pinMode for the I2C pins when using sdk 2.0

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

    Not needed - don't know what went wrong....

About

Avatar for MaBe @MaBe started