If I plug A5 into Espruino 3.3v output, I get the following:
analogRead(A5); =0.99928282597
If I then set the pinmode...
pinMode(A5, 'input_pullup'); =undefined analogRead(A5); =0.00585946440
@dave_irvine 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.
If I plug A5 into Espruino 3.3v output, I get the following:
If I then set the pinmode...