Commit graph

3 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
6d0545837c SHT3x driver - small changes 2017-10-13 13:39:09 +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