Commit graph

4 commits

Author SHA1 Message Date
Gunar Schorcht
612dd391c1 SHT3x driver - small changes
- crc8 lookup table is now static to be held in flash memory
- special handling for the timer overflow in sht3x_is_measuring removed
- initialization reduced to availability check
2017-10-13 13:39:40 +02:00
Gunar Schorcht
3fee4b8f0c SHT3x driver - small changes
README.md has been shortened
2017-10-13 13:37:01 +02:00
Gunar Schorcht
b0ebf3385e SHT3x driver changes
Additional include to satisfy the Travis CI test build
2017-10-12 16:22:16 +02:00
Gunar Schorcht
803931f2e2 Driver for Sensirion SHT3x sensor added
This is a driver for Sensirion SHT3x temperature and humidity sensors
connected via I2C.

This commit is a rebasing and contains some interface changes based on
the review from @ourairquality.
2017-10-12 15:42:38 +02:00