-
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.
MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor with Overtemperature Alarm from Maxim. Signed-off-by: Per Dalen <per.dalen@appeartv.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
- Loading branch information
Per Dalén
authored and
Guenter Roeck
committed
May 19, 2011
1 parent
61c4f2c
commit 83bffbc
Showing
4 changed files
with
389 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Kernel driver max6642 | ||
===================== | ||
|
||
Supported chips: | ||
* Maxim MAX6642 | ||
Prefix: 'max6642' | ||
Addresses scanned: I2C 0x48-0x4f | ||
Datasheet: Publicly available at the Maxim website | ||
http://datasheets.maxim-ic.com/en/ds/MAX6642.pdf | ||
|
||
Authors: | ||
Per Dalen <per.dalen@appeartv.com> | ||
|
||
Description | ||
----------- | ||
|
||
The MAX6642 is a digital temperature sensor. It senses its own temperature as | ||
well as the temperature on one external diode. | ||
|
||
All temperature values are given in degrees Celsius. Resolution | ||
is 0.25 degree for the local temperature and for the remote temperature. |
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
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
Oops, something went wrong.