diff options
author | Matt Ranostay <mranostay@gmail.com> | 2016-07-09 23:49:18 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-07-16 08:40:13 -0700 |
commit | 50c22cd154e5f7d13072d98ef3e2baba3c074734 (patch) | |
tree | f5157e7ba3626a0b886260a18a79b2aecc102288 /Documentation/hwmon | |
parent | 803deccec2513379ff0873a386d955af6f43d005 (diff) | |
download | linux-50c22cd154e5f7d13072d98ef3e2baba3c074734.tar.bz2 |
hwmon: (sht3x) add humidity heater element control
The enables control of the SHT31 sensors heating element that can turned
on to remove excess humidity.
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: David Frey <david.frey@sensirion.com>
Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/sht3x | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/hwmon/sht3x b/Documentation/hwmon/sht3x index f5aa633ed383..b0d88184f48e 100644 --- a/Documentation/hwmon/sht3x +++ b/Documentation/hwmon/sht3x @@ -67,6 +67,10 @@ temp1_alarm: alarm flag is set to 1 if the temperature is outside the configured limits. Alarm only works in periodic measure mode humidity1_alarm: alarm flag is set to 1 if the humidity is outside the configured limits. Alarm only works in periodic measure mode +heater_enable: heater enable, heating element removes excess humidity from + sensor + 0: turned off + 1: turned on update_interval: update interval, 0 for single shot, interval in msec for periodic measurement. If the interval is not supported by the sensor, the next faster interval is chosen |