I uploaded the default demo in the IDE:
var on = false; setInterval(function() { on = !on; LED1.write(on); }, 500);
The ghost keyboard, this time, only used left and right arrows, though last time I remember characters.
This time the ghost only appeared after disconnecting and reconnecting.
It made it impossible to edit the demo to change it.
I will try harder with the ubuntu machine, thanks for the tip.
@user71257 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.
I uploaded the default demo in the IDE:
var on = false;
setInterval(function() {
on = !on;
LED1.write(on);
}, 500);
The ghost keyboard, this time, only used left and right arrows, though last time I remember characters.
This time the ghost only appeared after disconnecting and reconnecting.
It made it impossible to edit the demo to change it.
I will try harder with the ubuntu machine, thanks for the tip.