Ahh, now there's a question. There is process.memory() that has some addresses in - but maybe an ESP8266 expert can weigh in here?
process.memory()
And yes - sorry - there's the Uint8Array block, an ArrayBuffer block, and then a backing 'flat string' for the data - so 3 blocks.
@Gordon 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.
Ahh, now there's a question. There is
process.memory()
that has some addresses in - but maybe an ESP8266 expert can weigh in here?And yes - sorry - there's the Uint8Array block, an ArrayBuffer block, and then a backing 'flat string' for the data - so 3 blocks.