Is there a way to optimize var nps = E.toUint8Array({data:fiveLEDs.buffer,count:20}); ?
var nps = E.toUint8Array({data:fiveLEDs.buffer,count:20});
@MaBe 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.
Is there a way to optimize
var nps = E.toUint8Array({data:fiveLEDs.buffer,count:20});
?