You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • I know it's slightly more characters, but LED.set() (then LED.reset()) works, or you can do digitalPulse(LED,1,100)

    If you want to pre-load it on your Puck, just do E.setBootCode("function me(){digitalPulse(LED,1,100)}",true) - that code will then always stay on your puck, regardless of resets or other saves

About

Avatar for Gordon @Gordon started