16#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_SHT4X_H_ 
   17#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_SHT4X_H_ 
   26#define SHT4X_HEATER_MAX_TEMP 65 
@ SENSOR_ATTR_PRIV_START
Definition: sensor.h:330
 
Public APIs for the sensor driver.
 
sensor_attribute_sht4x
Definition: sht4x.h:28
 
@ SENSOR_ATTR_SHT4X_HEATER_DURATION
Definition: sht4x.h:32
 
@ SENSOR_ATTR_SHT4X_HEATER_POWER
Definition: sht4x.h:30
 
int sht4x_fetch_with_heater(const struct device *dev)
Fetches data using the on-chip heater.
 
Runtime device structure (in ROM) per driver instance.
Definition: device.h:378