@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.
@fobus started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@DrAzzy Thanks for your response, I have revised the code like this;
But It is the same result.