mirror of
https://github.com/RobTillaart/I2C_EEPROM.git
synced 2026-07-28 04:16:22 +00:00
1.3.0 release
This commit is contained in:
@@ -1,2 +1,29 @@
|
||||
# I2C_EEPROM
|
||||
Library for I2C EEPROM - 24LC256
|
||||
|
||||
Arduino Library for external I2C EEPROM - 24LC256, 24LC64
|
||||
|
||||
## Description
|
||||
|
||||
Library to access external I2C EEPROM.
|
||||
|
||||
The interface is pretty straightforward
|
||||
|
||||
* readByte - read a single byte from a given address
|
||||
* writeByte
|
||||
* setBlock
|
||||
* readBlock
|
||||
* writeBlock
|
||||
* determineSize
|
||||
|
||||
|
||||
|
||||
## Limitation
|
||||
|
||||
The library does not offer multiple EEPROMS as one
|
||||
continuous storage device.
|
||||
|
||||
|
||||
## Operational
|
||||
|
||||
See examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user