I don't really understand - so you're saying that the console.log(sensorValue) is actually correct, when it gets to that point?
console.log(sensorValue)
Isn't 77 r coming from console.log(a + " " + c);?
77 r
console.log(a + " " + c);
@Gordon 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 don't really understand - so you're saying that the
console.log(sensorValue)
is actually correct, when it gets to that point?Isn't
77 r
coming fromconsole.log(a + " " + c);
?