Most recent activity
-
- 11 comments
- 5,549 views
-
-
-
-
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?
Do I mod this?
http://www.espruino.com/modules/ESP8266WiFi.js
I think I need to install the command line tools and stop using the web ide. :)