Synopsis
typedef enum {
  SHT2x_12RH_14T,
  SHT2x_08RH_12T,
  SHT2x_10RH_13T,
  SHT2x_11RH_11T
} SHT2x_RESOLUTION_t;
Description

SHT2x_RESOLUTION_t encodes the SHT2x sensor resolutions.

Resolutions
Name Description
SHT2x_12RH_14T Configure 12-bit relative humidity, 14-bit temperature.
SHT2x_08RH_12T Configure 8-bit relative humidity, 12-bit temperature.
SHT2x_10RH_13T Configure 10-bit relative humidity, 13-bit temperature.
SHT2x_11RH_11T Configure 11-bit relative humidity, 11-bit temperature.