aht10.rst 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .. SPDX-License-Identifier: GPL-2.0
  2. Kernel driver aht10
  3. =====================
  4. Supported chips:
  5. * Aosong AHT10
  6. Prefix: 'aht10'
  7. Addresses scanned: None
  8. Datasheet:
  9. Chinese: http://www.aosong.com/userfiles/files/media/AHT10%E4%BA%A7%E5%93%81%E6%89%8B%E5%86%8C%20A3%2020201210.pdf
  10. English: https://server4.eca.ir/eshop/AHT10/Aosong_AHT10_en_draft_0c.pdf
  11. Author: Johannes Cornelis Draaijer <[email protected]>
  12. Description
  13. -----------
  14. The AHT10 is a Temperature and Humidity sensor
  15. The address of this i2c device may only be 0x38
  16. Usage Notes
  17. -----------
  18. This driver does not probe for AHT10 devices, as there is no reliable
  19. way to determine if an i2c chip is or isn't an AHT10. The device has
  20. to be instantiated explicitly with the address 0x38. See
  21. Documentation/i2c/instantiating-devices.rst for details.
  22. Sysfs entries
  23. -------------
  24. =============== ============================================
  25. temp1_input Measured temperature in millidegrees Celcius
  26. humidity1_input Measured humidity in %H
  27. update_interval The minimum interval for polling the sensor,
  28. in milliseconds. Writable. Must be at
  29. least 2000.
  30. =============== ============================================