My mistake, should have double checked using the exact link I provided. Muddled with 'find'
Try this forum post with tons of examples and links:
http://forum.espruino.com/conversations/337287/
I think this is what you are after:
a = new Uint8Array([1,2,3,4,5,6,7,8,9,10]);
http://www.espruino.com/Reference#Uint16Array
@Robin 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.
My mistake, should have double checked using the exact link I provided. Muddled with 'find'
Try this forum post with tons of examples and links:
I think this is what you are after: