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:   Test_I2CEeprom Alternator2020_06

Make a consistent use of I2C APIs

Hello, the way APIs are called now in this library is a mix of unitary APIs (start / write byte / read byte / stop) and more complex APIs which handle automatically start (repeated start) and stop. This usage makes it impossible for drivers to know if a repeated start should be sent or not. The proposal is to make only use of unitary APIs in the current case.

update for ci test shield

1 comment:

03 Jan 2017

Hello Robin, any thought on this pull request ? thanks in advance Laurent