@Urri: Can you just submit a pull request? If you fork Espruino into your own personal GitHub, you can push there, and can then issue a pull request from there.
@Stev: Having modules built-in would be cool - I was going to add it, but the lack of flash on the parts means it's not that much use. The best solution for now is just to type require("Touchscreen") on the right, send it to Espruino, and then type save(). Either that or I think there's working SD card support? If so, just put the module in a node_modules folder on the SD card.
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.
@Urri: Can you just submit a pull request? If you fork Espruino into your own personal GitHub, you can push there, and can then issue a pull request from there.
@Stev: Having modules built-in would be cool - I was going to add it, but the lack of flash on the parts means it's not that much use. The best solution for now is just to type
require("Touchscreen")
on the right, send it to Espruino, and then typesave()
. Either that or I think there's working SD card support? If so, just put the module in anode_modules
folder on the SD card.