Hello! I'm doing an I2C project for ESP826612F 1V91
Should the function work: find?
function dthread(){
var i2c = new I2C();
i2c.setup({scl:D4, sda:D2});
var p=i2c.find(D2);
console.log(p);}
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.
Hello! I'm doing an I2C project for ESP826612F 1V91
Should the function work: find?
function dthread(){
var i2c = new I2C();
i2c.setup({scl:D4, sda:D2});
var p=i2c.find(D2);
console.log(p);}
1 Attachment