Renesas humidity sensors (HS3xxx, HS4xxx) abstraction. More...
Go to the source code of this file.
Data Structures | |
| struct | HSxxxx_Results_t |
| Data structure holding humidity/temperature results. More... | |
| struct | HSxxxx_t |
| Data structure holding information required for HSxxxx API operation. More... | |
Functions | |
| int | HSxxxx_Init (HSxxxx_t *sensor, Interface_t *hal) |
| Initialize the sensor object. More... | |
| int | HSxxxx_Measure (HSxxxx_t *sensor, HSxxxx_Results_t *results) |
| Perform one temperature measurement. More... | |
| char const * | HSxxxx_Name (HSxxxx_t *sensor) |
| Return the temperature/humidity sensor type name. More... | |