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?
@user59035 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I have an NODEMCU and installed the chrome extension for espruino - but when I try and run this code:
I get this:
What's going on?