Class to provide simple access to I2C EEPROM chiles like Microchip's 24LC range or AMTELS AT24C range. Chips up to 64Kb in size are directly supported.

Dependents:   Nucleo_praktyki

Fork of I2CEeprom by Robin Hourahane

History

Do not pass SDA & SCL pins but rather already-existing I2C object. It makes more sense when you have multiple devices on the bus (as you are supposed to in case of I2C anyway) default tip

2018-01-31, by amateusz [Wed, 31 Jan 2018 11:54:02 +0000] rev 2

Do not pass SDA & SCL pins but rather already-existing I2C object. It makes more sense when you have multiple devices on the bus (as you are supposed to in case of I2C anyway)


Updates to make library more generic to allow support for more I2C EEPROM chips.

2015-07-19, by rhourahane [Sun, 19 Jul 2015 09:34:04 +0000] rev 1

Updates to make library more generic to allow support for more I2C EEPROM chips.


Initial commit of library.

2015-06-27, by rhourahane [Sat, 27 Jun 2015 13:03:49 +0000] rev 0

Initial commit of library.