Excellent... I know the dust will settle.
...and the (fastest coded, stoppable) blink works right out of the box (in blue - EDIT: for now, see @NebbishHacker 's post #13):
Paste into console:
var b,bId=setInterval(()=>LED.write(b=!b),500)
Stop it with:
clearInterval(bId)
@allObjects 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.
Excellent... I know the dust will settle.
...and the (fastest coded, stoppable) blink works right out of the box (in blue - EDIT: for now, see @NebbishHacker 's post #13):
Paste into console:
Stop it with: