Commit graph

4 commits

Author SHA1 Message Date
Gunar Schorcht
1525f61fe3 SHT3x driver - some minor changes
- lookup tables made const to be held in flash
- crc8 computation changed to a non table lookup version
- measurement duration is now given in ticks and can be used directly
  for vTaskDelay (documentation and examples changed accordingly)
2017-10-13 17:43:43 +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