Hello, I'm trying to connect an Oled to my MDSB42Q - so it show messages on connect\disconnect
var i2c = new I2C(); i2c.setup({ scl : D20, sda: D19 });
is the setup OK? and how do I send to him text is there a library to download \ use?
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.
Hello,
I'm trying to connect an Oled to my MDSB42Q - so it show messages on connect\disconnect
is the setup OK?
and how do I send to him text
is there a library to download \ use?
Thanks ,