HS3xxx sensor declarations. More...
Go to the source code of this file.
Enumerations | |
| enum | HTError_t { hteStaleData = 1 } |
| Error code definitions specific for the HS3xxx API. More... | |
Functions | |
| int | HS3xxx_Init (HSxxxx_t *sensor, Interface_t *hal) |
| Initialize the sensor object. More... | |
| int | HS3xxx_ReadID (HSxxxx_t *sensor, uint32_t *id) |
| Read the unique sensor ID of the HS3xxx. More... | |
| int | HS3xxx_Measure (HSxxxx_t *sensor, HSxxxx_Results_t *results) |
| Execute a temperature/humidity measurement cycle. More... | |
| int | HS3xxx_MeasureStart (HSxxxx_t *sensor) |
| Start a temperature/humidity measurement cycle. More... | |
| int | HS3xxx_MeasureRead (HSxxxx_t *sensor, HSxxxx_Results_t *results) |
| Read temperature/humidity results. More... | |