mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
276281b8e8
Make top and bottom border lines match.
Documentation/hwmon/sht4x.rst:42: WARNING: Malformed table.
Text in column margin in table line 4.
Fixes: 505c254937
("hwmon: Add sht4x Temperature and Humidity Sensor Driver")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Navin Sankar Velliangiri <navin@linumiz.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Jean Delvare <jdelvare@suse.com>
Cc: linux-hwmon@vger.kernel.org
Link: https://lore.kernel.org/r/20210727232054.7426-1-rdunlap@infradead.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
45 lines
1.3 KiB
ReStructuredText
45 lines
1.3 KiB
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
Kernel driver sht4x
|
|
===================
|
|
|
|
Supported Chips:
|
|
|
|
* Sensirion SHT4X
|
|
|
|
Prefix: 'sht4x'
|
|
|
|
Addresses scanned: None
|
|
|
|
Datasheet:
|
|
|
|
English: https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT4x_Datasheet.pdf
|
|
|
|
Author: Navin Sankar Velliangiri <navin@linumiz.com>
|
|
|
|
|
|
Description
|
|
-----------
|
|
|
|
This driver implements support for the Sensirion SHT4x chip, a humidity
|
|
and temperature sensor. Temperature is measured in degree celsius, relative
|
|
humidity is expressed as a percentage. In sysfs interface, all values are
|
|
scaled by 1000, i.e. the value for 31.5 degrees celsius is 31500.
|
|
|
|
Usage Notes
|
|
-----------
|
|
|
|
The device communicates with the I2C protocol. Sensors can have the I2C
|
|
address 0x44. See Documentation/i2c/instantiating-devices.rst for methods
|
|
to instantiate the device.
|
|
|
|
Sysfs entries
|
|
-------------
|
|
|
|
=============== ============================================
|
|
temp1_input Measured temperature in millidegrees Celcius
|
|
humidity1_input Measured humidity in %H
|
|
update_interval The minimum interval for polling the sensor,
|
|
in milliseconds. Writable. Must be at least
|
|
2000.
|
|
=============== ============================================
|