meanwhile I will just try to see I can connect
// set up I2C var i2c = new I2C(); i2c.setup({ scl : B6, sda: B7 });
what is B6\B7 - does it mean D6\D7 ? and if I'm using serial also , can I connect it to D11 and D12?
Thanks ,
@David1234321 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.
meanwhile I will just try to see I can connect
what is B6\B7 - does it mean D6\D7 ?
and if I'm using serial also , can I connect it to D11 and D12?
Thanks ,