|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Header file for extended sensor API of SHT4X sensor. More...
#include <zephyr/drivers/sensor.h>Go to the source code of this file.
Macros | |
| #define | SHT4X_HEATER_MAX_TEMP 65 |
| Maximum temperature above which the heater should not be used. | |
Enumerations | |
| enum | sensor_attribute_sht4x { SENSOR_ATTR_SHT4X_HEATER_POWER = SENSOR_ATTR_PRIV_START , SENSOR_ATTR_SHT4X_HEATER_DURATION } |
| Custom sensor attributes for SHT4X. More... | |
Functions | |
| int | sht4x_fetch_with_heater (const struct device *dev) |
| Fetches data using the on-chip heater. | |
Header file for extended sensor API of SHT4X sensor.
This exposes an API to the on-chip heater which is specific to the application/environment and cannot be expressed within the sensor driver abstraction.