I am logging temperatures using the E.getTemperature() function in a Puck and one night I read back values of 255C which on a very cold night assumed that it was actually -1.
Should we be doing anything to sign the results to allow temperatures below zero?
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 am logging temperatures using the E.getTemperature() function in a Puck and one night I read back values of 255C which on a very cold night assumed that it was actually -1.
Should we be doing anything to sign the results to allow temperatures below zero?