No description
Find a file
Antonio Ospite 3f4886d988 Makefile: remove _all_ the object files in the clean target
For instance eeprom.o is still around after "make clean" without this
change.
2014-02-17 23:26:58 +01:00
24cXX.c import 2014-02-15 13:22:03 +01:00
24cXX.h import 2014-02-15 13:22:03 +01:00
ChangeLog import 2014-02-15 13:22:03 +01:00
eeprog.c import 2014-02-15 13:22:03 +01:00
i2c-dev.h import 2014-02-15 13:22:03 +01:00
LICENSE Initial commit 2014-02-15 04:21:00 -08:00
Makefile Makefile: remove _all_ the object files in the clean target 2014-02-17 23:26:58 +01:00
README import 2014-02-15 13:22:03 +01:00
WARNING import 2014-02-15 13:22:03 +01:00

Important! See the WARNING file.

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 -8 switch for EEPROM smaller then 24C16 (8bit addressing mode). 

Again, it's really important that you read the WARNING file.

Type "make" to compile.