Hi. Thanks for posting up. Having to have the array of LEDs is a bit of a pain...
It's good that you reminded me - the 'reasonably big change' is actually done now - for instance you can now write process["memory"] and can get a pointer to the actual function. The fact that (this)['LED1']; still doesn't work is a total accident. I've just changed one line and fixed it - so as of version 1v68 this will now work :)
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.
Hi. Thanks for posting up. Having to have the array of LEDs is a bit of a pain...
It's good that you reminded me - the 'reasonably big change' is actually done now - for instance you can now write
process["memory"]
and can get a pointer to the actual function. The fact that(this)['LED1'];
still doesn't work is a total accident. I've just changed one line and fixed it - so as of version 1v68 this will now work :)