BSP430  20141115
Board Support Package for MSP430 microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
sBSP430sensorsSHT21sample Struct Reference

#include <bsp430/sensors/sht21.h>

Data Fields

unsigned int temperature_raw
 
unsigned int humidity_raw
 
int temperature_dK
 
int humidity_ppth
 

Detailed Description

Data defining a SHT21 sample.

Field Documentation

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.


The documentation for this struct was generated from the following file: