Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 978 Bytes

hih6130.rst

File metadata and controls

45 lines (29 loc) · 978 Bytes

Kernel driver hih6130

Supported chips:

Author:
Iain Paton <[email protected]>

Description

The HIH-6130 & HIH-6131 are humidity and temperature sensors in a SO8 package. The difference between the two devices is that the HIH-6131 has a condensation filter.

The devices communicate with the I2C protocol. All sensors are set to the same I2C address 0x27 by default, so an entry with I2C_BOARD_INFO("hih6130", 0x27) can be used in the board setup code.

Please see Documentation/i2c/instantiating-devices.rst for details on how to instantiate I2C devices.

sysfs-Interface

temp1_input
temperature input
humidity1_input
humidity input

Notes

Command mode and alarms are not currently supported.