BSP430
20141115
Board Support Package for MSP430 microcontrollers
|
#include <bsp430/sensors/sht21.h>
Data Fields | |
unsigned int | temperature_raw |
unsigned int | humidity_raw |
int | temperature_dK |
int | humidity_ppth |
Data defining a SHT21 sample.
int sBSP430sensorsSHT21sample::humidity_ppth |
The corrected relative humidity, in parts per thousand. (The value will never be negative, but is represented in a signed type to simplify difference calculations.)
unsigned int sBSP430sensorsSHT21sample::humidity_raw |
The raw humidity value provided by the device.
int sBSP430sensorsSHT21sample::temperature_dK |
The corrected temperature, in tenths of a degree Kelvin. (The value will never be negative, but is represented in a signed type to simplify difference calculations.)
unsigned int sBSP430sensorsSHT21sample::temperature_raw |
The raw uncompensated temperatures provided by the device.