sht15 853 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Kernel driver sht15
  2. ===================
  3. Authors:
  4. * Wouter Horre
  5. * Jonathan Cameron
  6. Supported chips:
  7. * Sensirion SHT10
  8. Prefix: 'sht10'
  9. * Sensirion SHT11
  10. Prefix: 'sht11'
  11. * Sensirion SHT15
  12. Prefix: 'sht15'
  13. * Sensirion SHT71
  14. Prefix: 'sht71'
  15. * Sensirion SHT75
  16. Prefix: 'sht75'
  17. Datasheet: Publicly available at the Sensirion website
  18. http://www.sensirion.ch/en/pdf/product_information/Datasheet-humidity-sensor-SHT1x.pdf
  19. Description
  20. -----------
  21. The SHT10, SHT11, SHT15, SHT71, and SHT75 are humidity and temperature
  22. sensors.
  23. The devices communicate using two GPIO lines and use the default
  24. resolution settings of 14 bits for temperature and 12 bits for humidity.
  25. Note: The regulator supply name is set to "vcc".
  26. Sysfs interface
  27. ---------------
  28. * temp1_input: temperature input
  29. * humidity1_input: humidity input