 |
IoT Drivers
v3.3.0 (S2022)
Engineering in Software Technology
|
uint16_t hih8120_getHumidityPercent_x10(void)
Get latest measured relative humidity percent in tenths of %.
hih8120_driverReturnCode_t hih8120_destroy(void)
Destroy the HIH8120 driver.
float hih8120_getHumidity(void)
Get latest measured relative humidity percent.
@ HIH8120_OUT_OF_HEAP
Definition: hih8120.h:42
float hih8120_getTemperature(void)
Get latest measured temperature in C.
hih8120_driverReturnCodes
HIH8120 Driver return codes.
Definition: hih8120.h:40
hih8120_driverReturnCode_t hih8120_measure(void)
Fetch the latest results from the HIH8180 sensor.
hih8120_driverReturnCode_t hih8120_initialise(void)
Initialise the HIH8120 driver.
@ HIH8120_TWI_BUSY
Definition: hih8120.h:44
@ HIH8120_OK
Definition: hih8120.h:41
hih8120_driverReturnCode_t hih8120_wakeup(void)
Wakes up the HIH8180 sensor.
int16_t hih8120_getTemperature_x10(void)
Get latest measured temperature in tenths of C.
@ HIH8120_DRIVER_NOT_INITIALISED
Definition: hih8120.h:43
enum hih8120_driverReturnCodes hih8120_driverReturnCode_t
HIH8120 Driver return codes.
bool hih8120_isReady(void)
Test if result is ready.