LTPS C++ API
|
Struct with data output for HIH6130. More...
#include <humidity.h>
Public Attributes | |
float | humidity |
RH in percents. | |
float | temperature |
Temperature in degrees Celsius. | |
int | status |
Return status (EXIT_SUCCESS or EXIT_FAILURE) | |
const char * | error |
String error if something goes wrong (NULL for success) | |