console.log("Temp is "+a.temp.toFixed(1).toString()+
" and RH is "+a.rh.toFixed(1).toString());
/*
Temp is 21.1 and RH is 38.9
Temp is 21.0 and RH is 38.9
Temp is 21.0 and RH is 39.0
Temp is 20.9 and RH is 39.1
*/
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.
yes, that's it - thanks.