1.. SPDX-License-Identifier: GPL-2.0-or-later
2
3Kernel driver HTU31
4====================
5
6Supported chips:
7
8  * Measurement Specialties HTU31
9
10    Prefix: 'htu31'
11
12    Addresses scanned: -
13
14    Datasheet: Publicly available from https://www.te.com/en/product-CAT-HSC0007.html
15
16Author:
17
18  - Andrei Lalaev <andrey.lalaev@gmail.com>
19
20Description
21-----------
22
23HTU31 is a humidity and temperature sensor.
24
25Supported temperature range is from -40 to 125 degrees Celsius.
26
27Communication with the device is performed via I2C protocol. Sensor's default address
28is 0x40.
29
30sysfs-Interface
31---------------
32
33=================== =================
34temp1_input:        temperature input
35humidity1_input:    humidity input
36heater_enable:      heater control
37=================== =================
38