You are reading a single comment by @fobus and its replies. Click here to read the full conversation.
  • @DrAzzy Thanks for your response, I have revised the code like this;

    I2C2.setup({scl:B10,sda:B11});
    var eeprom=require("AT24").connect(I2C2, 8, 2, 0);
    console.log(eeprom.write(0x64,"Merhaba"));
    setTimeout("console.log(eeprom.read(0x64,7));",20);
    

    But It is the same result.

About

Avatar for fobus @fobus started