How did I miss that at first glance, yeah it's definitely what Gordon said (maybe something else too). This should work...
function processData () { //Sensor Objects this.ph = new Sensor("ph", 0x63); this.ec = new Sensor("ec", 0x64);
@DrAzzy 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.
How did I miss that at first glance, yeah it's definitely what Gordon said (maybe something else too).
This should work...