enjoyneering / HTU21D

This is an Arduino library for HTU21D, Si7021 and SHT21 Digital Humidity & Temperature Sensor
55 stars 15 forks source link

Added support for asyncronus read of the sensor #1

Closed aracosta1 closed 6 years ago

aracosta1 commented 9 years ago

Hi, I added function to read the sensor without doing delay loops, but starting a conversion and reading the result later.

If you are interested please merge the changes.