summaryrefslogtreecommitdiff
path: root/eeprog/README.eeprog
diff options
context:
space:
mode:
Diffstat (limited to 'eeprog/README.eeprog')
-rw-r--r--eeprog/README.eeprog12
1 files changed, 12 insertions, 0 deletions
diff --git a/eeprog/README.eeprog b/eeprog/README.eeprog
new file mode 100644
index 0000000..6cccd00
--- /dev/null
+++ b/eeprog/README.eeprog
@@ -0,0 +1,12 @@
+Important! See the README file for important warnings.
+
+eeprog reads and writes 24Cxx EEPROMs connected to I2C serial bus.
+
+It uses the SMBus protocol used by most of the recent chipsets. Don't forget to load
+your i2c chipset and the i2c-dev drivers.
+
+Use -16 switch for EEPROM larger then 24C16 (16 bit addressing mode).
+
+Again, it's really important that you read the README file.
+
+Type "make" to compile.