Commit graph

7 commits

Author SHA1 Message Date
Gunar Schorcht
3649ab6270 SHT3x driver - minor correction
- number of ticks for measurement duration takes now into account
  portTICK_PERIOD_MS
2017-10-15 11:13:16 +02:00
Gunar Schorcht
994d667a8c SHT3x driver - minor correction
- number of ticks for measurement duration takes now into account
  portTICK_PERIOD_MS
2017-10-14 18:35:51 +02:00
Gunar Schorcht
e8abd2db87 SHT3x driver - minor correction
- number of ticks for measurement duration takes now into account
  portTICK_PERIOD_MS
2017-10-14 18:30:12 +02:00
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
6d7c25ef78 SHT3x driver - some 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
- some whitespace removed
- initialization reduced to availability check
2017-10-13 14:03:41 +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