Lines Matching +full:temperature +full:- +full:sensor

6   * Sensirion SHT3x-DIS
13 - https://sensirion.com/media/documents/213E6A3B/63A5A569/Datasheet_SHT3x_DIS.pdf
14- https://sensirion.com/media/documents/051DF50B/639C8101/Sensirion_Humidity_and_Temperature_Senso…
16 * Sensirion STS3x-DIS
23- https://sensirion.com/media/documents/1DA31AFD/61641F76/Sensirion_Temperature_Sensors_STS3x_Data…
24- https://sensirion.com/media/documents/292A335C/65537BAF/Sensirion_Datasheet_STS32_STS33.pdf
28 - David Frey <david.frey@sensirion.com>
29 - Pascal Sachs <pascal.sachs@sensirion.com>
32 -----------
34 This driver implements support for the Sensirion SHT3x-DIS and STS3x-DIS
35 series of humidity and temperature sensors. Temperature is measured in degrees
41 Documentation/i2c/instantiating-devices.rst for methods to instantiate the
44 Even if sht3x sensor supports clock-stretch (blocking mode) and non-stretch
45 (non-blocking mode) in single-shot mode, this driver only supports the latter.
47 The sht3x sensor supports a single shot mode as well as 5 periodic measure
60 In the periodic measure mode, the sensor automatically triggers a measurement
61 with the configured update interval on the chip. When a temperature or humidity
63 the alert pin on the sensor is set to high.
64 When the temperature and humidity readings move back between the hysteresis
65 values, the alert bit is set to 0 and the alert pin on the sensor is set to
68 sysfs-Interface
69 ---------------
72 temp1_input: temperature input
74 temp1_max: temperature max value
75 temp1_max_hyst: temperature hysteresis value for max limit
78 temp1_min: temperature min value
79 temp1_min_hyst: temperature hysteresis value for min limit
82 temp1_alarm: alarm flag is set to 1 if the temperature is outside the
87 sensor:
89 - 0: turned off
90 - 1: turned on
93 by the sensor, the next faster interval is chosen
98 - 0: low repeatability
99 - 1: medium repeatability
100 - 2: high repeatability