Feature request: quick identify

Posted on
  • Would be useful to have a quick way to identify a Puck from the command line eg type

    me()
    

    which lights up the LEDs for a couple of seconds

  • 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

  • Great suggestion with the E.setBootCode option.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Feature request: quick identify

Posted by Avatar for James @James

Actions