-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vivien Didelot
authored and
Guenter Roeck
committed
May 19, 2011
1 parent
fda770c
commit ae03da0
Showing
4 changed files
with
204 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 83bffbce745795572d20f0109395cb61690c6dcf | ||
refs/heads/master: 99a0378de9f887fd4d501f1baa50aaf16d01a8e8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
Kernel driver sht15 | ||
=================== | ||
|
||
Authors: | ||
* Wouter Horre | ||
* Jonathan Cameron | ||
|
||
Supported chips: | ||
* Sensirion SHT10 | ||
Prefix: 'sht10' | ||
|
||
* Sensirion SHT11 | ||
Prefix: 'sht11' | ||
|
||
* Sensirion SHT15 | ||
Prefix: 'sht15' | ||
|
||
* Sensirion SHT71 | ||
Prefix: 'sht71' | ||
|
||
* Sensirion SHT75 | ||
Prefix: 'sht75' | ||
|
||
Datasheet: Publicly available at the Sensirion website | ||
http://www.sensirion.ch/en/pdf/product_information/Datasheet-humidity-sensor-SHT1x.pdf | ||
|
||
Description | ||
----------- | ||
|
||
The SHT10, SHT11, SHT15, SHT71, and SHT75 are humidity and temperature | ||
sensors. | ||
|
||
The devices communicate using two GPIO lines and use the default | ||
resolution settings of 14 bits for temperature and 12 bits for humidity. | ||
|
||
Note: The regulator supply name is set to "vcc". | ||
|
||
Sysfs interface | ||
--------------- | ||
|
||
* temp1_input: temperature input | ||
* humidity1_input: humidity input |
Oops, something went wrong.