|
Revision 3, 190 bytes
(checked in by frodo, 15 years ago)
|
|
The basic directory structure for lmsensors2.
README.directories contains a description of the directories I created;
read it if you have questions about them.
doc/design is the design document I sent before through email.
doc/useful_addresses.html contains links to I2C, SMBus and sensors
information.
Note that we may have to change minor i2c things, like Makefiles; this
is why I put it in the archive too (we should, of course, send important
changes to Simon Vogl).
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | This is a simple demo program that prints out the |
|---|
| 2 | first 256 bytes of an EEPROM memory. Adittionally, |
|---|
| 3 | you can write a test pattern to the chip. |
|---|
| 4 | With -[aA] the chip address may be specified. |
|---|