Just to properly complete this ticket I thought I would add some scope images of what things look like when everything is working.
Read
>var f = require("fs").readFile("test.txt"); ="hello\n\n"
produces:
Write
>var f = require("fs").writeFile("blah.txt","hello"); =true
@roy.emmerich 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.
Just to properly complete this ticket I thought I would add some scope images of what things look like when everything is working.
Read
produces:
Write
produces: