You are reading a single comment by @allObjects and its replies. Click here to read the full conversation.
  • 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),50­0)
    

    Stop it with:

    clearInterval(bId)
    
About

Avatar for allObjects @allObjects started