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.
Fork of I2CEeprom by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:b7877755371e | 2018-01-31 | amateusz | 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) |
1:b23f5561266c | 2015-07-19 | rhourahane | Updates to make library more generic to allow support for more I2C EEPROM chips. |
0:f275a33797f1 | 2015-06-27 | rhourahane | Initial commit of library. |