Device driver for Honeywell HumidIcon Digital Humidity/Temperature Sensors: HIH-6130/6131 Series. More...
Device driver for Honeywell HumidIcon Digital Humidity/Temperature Sensors: HIH-6130/6131 Series.
Definition in file hih6130.h.
Go to the source code of this file.
Data Structures | |
struct | hih6130_t |
Device descriptor for HIH6130/HIH6131 sensors. More... | |
Functions | |
void | hih6130_init (hih6130_t *dev, i2c_t i2c, uint8_t address) |
Initialize a sensor. More... | |
int | hih6130_get_humidity_temperature_float (const hih6130_t *dev, float *relative_humidity_percent, float *temperature_celsius) |
Read humidity and temperature from sensor and convert to floating-point. More... | |