HS4xxx sensor declarations. More...
Go to the source code of this file.
Enumerations | |
| enum | HS4xxx_ErrorCodes_t { hteHS4xxxCRCError = 1 } |
| Error code definitions specific for the HS4xxx API. More... | |
Functions | |
| int | HS4xxx_Init (HSxxxx_t *sensor, Interface_t *hal) |
| Initialize the sensor object. More... | |
| int | HS4xxx_ReadID (HSxxxx_t *sensor, uint32_t *id) |
| Read the unique sensor ID of the HS4xxx. More... | |
| int | HS4xxx_Measure (HSxxxx_t *sensor, HSxxxx_Results_t *results) |
| Perform a temperature/humidity measurement cycle. More... | |
| int | HS4xxx_MeasureHold (HSxxxx_t *sensor, HSxxxx_Results_t *results) |
| Perform a temperature/humidity measurement cycle using hold mode. More... | |
| int | HS4xxx_MeasureStart (HSxxxx_t *sensor) |
| Start a temperature/humidity measurement cycle in non-hold mode. More... | |
| int | HS4xxx_MeasureRead (HSxxxx_t *sensor, HSxxxx_Results_t *results) |
| Read temperature/humidity results in non-hold mode. More... | |