1 .. SPDX-License-Identifier: GPL-2.0 2 3 Kernel driver sht4x 4 =================== 5 6 Supported Chips: 7 8 * Sensirion SHT4X 9 10 Prefix: 'sht4x' 11 12 Addresses scanned: None 13 14 Datasheet: 15 16 English: https://www.sensirion.com/filea 17 18 Author: Navin Sankar Velliangiri <navin@linumiz 19 20 21 Description 22 ----------- 23 24 This driver implements support for the Sensiri 25 and temperature sensor. Temperature is measure 26 humidity is expressed as a percentage. In sysf 27 scaled by 1000, i.e. the value for 31.5 degree 28 29 Usage Notes 30 ----------- 31 32 The device communicates with the I2C protocol. 33 address 0x44. See Documentation/i2c/instantiat 34 to instantiate the device. 35 36 Sysfs entries 37 ------------- 38 39 =============== ============================== 40 temp1_input Measured temperature in millid 41 humidity1_input Measured humidity in %H 42 update_interval The minimum interval for polli 43 in milliseconds. Writable. Mus 44 2000. 45 =============== ==============================
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.