102 HSxxxx_MeasurementDuration (
HSxxxx_t* sensor ) {
104 if ( sensor -> i2cAddress == 0x44 ) {
107 else if ( sensor -> i2cAddress == 0x54 ) {
Renesas Environmental Sensor HAL definitions.
Data structure holding information required for HSxxxx API operation.
Definition: hsxxxx.h:36
Data structure holding humidity/temperature results.
Definition: hsxxxx.h:28
Interface_t * interface
Definition: hsxxxx.h:37
char const * HSxxxx_Name(HSxxxx_t *sensor)
Return the temperature/humidity sensor type name.
int HSxxxx_Init(HSxxxx_t *sensor, Interface_t *hal)
Initialize the sensor object.
float humidity
Definition: hsxxxx.h:30
uint8_t i2cAddress
Definition: hsxxxx.h:38
int HSxxxx_Measure(HSxxxx_t *sensor, HSxxxx_Results_t *results)
Perform one temperature measurement.
A structure of pointers to hardware specific functions.
Definition: hal.h:78
float temperature
Definition: hsxxxx.h:29