practicalarduino / SHT1x

Arduino library to support SHT1x-series (SHT10, SHT11, SHT15) temperature / humidity sensors from Sensirion
http://www.practicalarduino.com/
153 stars 118 forks source link

Fixes readings error #6

Open lthiery opened 11 years ago

lthiery commented 11 years ago

I was having a similar error to issue 1 and issue 3

I noticed that the most significant byte was being lost. I changed the data type returned by shiftIn and that appears to resolve the issue (on my end at least).

Made additions to the library:

The result runs much faster and lets you program tasks while waiting for SHT1x responses.