You are reading a single comment by @user59035 and its replies. Click here to read the full conversation.
  • I have an NODEMCU and installed the chrome extension for espruino - but when I try and run this code:

    setInterval(function() {
      console.log(analogRead(A0));
    }, 100);
    

    I get this:

    in function called from system
    23
    Uncaught ReferenceError: "A0" is not defined
     at line 1 col 24
    console.log(analogRead(A0));
    

    What's going on?

About

Avatar for user59035 @user59035 started