:) Well, Rick Waldron (one of the J5 creators) already has a bunch of Espruinos, so I'm kind of surprised he hasn't done this already.
From the look of that page on IO plugins, it'd be dead easy to write one - for output at least you're basically just defining a bunch of functions that look like handler.digitalWrite = function(p,v) { serial.write("digitalWrite("+p+","+v+");\n").
I'm not doing another KickStarter - at least until I forget how stressful it is!
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.
:) Well, Rick Waldron (one of the J5 creators) already has a bunch of Espruinos, so I'm kind of surprised he hasn't done this already.
From the look of that page on IO plugins, it'd be dead easy to write one - for output at least you're basically just defining a bunch of functions that look like
handler.digitalWrite = function(p,v) { serial.write("digitalWrite("+p+","+v+");\n")
.I'm not doing another KickStarter - at least until I forget how stressful it is!