I've been using this gem together with PiPiper to read temperatures off of 3 separate thermometers on a Raspberry Pi. I noticed that the value method for thermometers never returned anything below 0.0, so I adjusted the regular expression to account for the possibility that a temperature reading might be below 0.0.
I've been using this gem together with PiPiper to read temperatures off of 3 separate thermometers on a Raspberry Pi. I noticed that the value method for thermometers never returned anything below 0.0, so I adjusted the regular expression to account for the possibility that a temperature reading might be below 0.0.