17#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_SHT4X_H_
18#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_SHT4X_H_
34#define SHT4X_HEATER_MAX_TEMP 65
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:383
sensor_attribute_sht4x
Custom sensor attributes for SHT4X.
Definition sht4x.h:39
int sht4x_fetch_with_heater(const struct device *dev)
Fetches data using the on-chip heater.
@ SENSOR_ATTR_SHT4X_HEATER_DURATION
Heater Duration.
Definition sht4x.h:49
@ SENSOR_ATTR_SHT4X_HEATER_POWER
Heater Power.
Definition sht4x.h:44
Main header file for sensor driver API.
Runtime device structure (in ROM) per driver instance.
Definition device.h:513