hih6130.rst 978 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Kernel driver hih6130
  2. =====================
  3. Supported chips:
  4. * Honeywell HIH-6130 / HIH-6131
  5. Prefix: 'hih6130'
  6. Addresses scanned: none
  7. Datasheet: Publicly available at the Honeywell website
  8. http://sensing.honeywell.com/index.php?ci_id=3106&la_id=1&defId=44872
  9. Author:
  10. Iain Paton <ipaton0@gmail.com>
  11. Description
  12. -----------
  13. The HIH-6130 & HIH-6131 are humidity and temperature sensors in a SO8 package.
  14. The difference between the two devices is that the HIH-6131 has a condensation
  15. filter.
  16. The devices communicate with the I2C protocol. All sensors are set to the same
  17. I2C address 0x27 by default, so an entry with I2C_BOARD_INFO("hih6130", 0x27)
  18. can be used in the board setup code.
  19. Please see Documentation/i2c/instantiating-devices.rst for details on how to
  20. instantiate I2C devices.
  21. sysfs-Interface
  22. ---------------
  23. temp1_input
  24. temperature input
  25. humidity1_input
  26. humidity input
  27. Notes
  28. -----
  29. Command mode and alarms are not currently supported.