You can just use something like: E.toString(array_of_data) to convert it to a string.
E.toString(array_of_data)
@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.
You can just use something like:
E.toString(array_of_data)
to convert it to a string.