Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of I2CEeprom by
History
Previous usage of API:; m_i2c.write(m_i2cAddress, values, 2, true); means the start will be automatically sent and then a repeated start will be later used when calling the next read().; Better to use a consistent set of APIs rather than a mix of APIs
2016-12-19, by LMESTM [Mon, 19 Dec 2016 12:45:47 +0000] rev 2
Previous usage of API:; m_i2c.write(m_i2cAddress, values, 2, true); means the start will be automatically sent and then a repeated start will be later used when calling the next read().; Better to use a consistent set of APIs rather than a mix of APIs
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.
