You are reading a single comment by @AkosLukacs and its replies. Click here to read the full conversation.
  • I think the subject says all.
    Here is the output I got testing couple of pins:

    >reset(1)
    Erasing saved code.
    Done!
    =undefined
     ____                 _
    |  __|___ ___ ___ _ _|_|___ ___
    |  __|_ -| . |  _| | | |   | . |
    |____|___|  _|_| |___|_|_|_|___|
             |_| espruino.com
     2v02 (c) 2018 G.Williams
    >!!A0
    =true
    >!!A1
    =true
    >!!D0
    =false
    >!!D1
    =true
    
    // and here comes the fun part:
    >!! (D0.getMode)
    =true
    
About

Avatar for AkosLukacs @AkosLukacs started