lib eeprom

Dependents:   Nucleo_eeprom eepromlab 0508Lab_eeprom 0720_Lab5 ... more

Fork of eeprom by bernard borredon

fixed a bug in write(address, data, length) when no remaining bytes have to be written

Tested with a 24C02, writing 256 bytes from address 0. The last command tries to select an unavailable page and the write() function returns a n I2C_Error.

I2C EEProm library