Skip to content

jwhiddon/AT24C1024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino AT24C1024 EEPROM Library

This is a library to support the AT24C1024 EEPROM. Up to 4 of these devices may be chained together to provide 128-512 kilobytes of EEPROM storage.

The usage is based on the Arduino EEPROM library and two I2C EEPROM libraries. If you're familiar with how that works, using this library should be pretty straightforward. Basically just substitute EEPROM1024 where you were using EEPROM.

For example, this:

EEPROM.write(address, value);

becomes:

EEPROM1024.write(address, value);

AT24C1024 Library Project Home at the Arduino Playground

Credits

This library is based on several projects:

Install

  • Unzip the download into your Arduino library directory
  • If the Arduino IDE is already running then exit and restart the Arduino IDE

Examples

Releases

Version 1.0.0 - Feb 12, 2016

  • Updated to support Arduino 1.0.0+
  • Migrate to github

Version 0.5.0 - Dec 8, 2009

  • Initial Release

About

Arduino library to support the AT24C1024 EEPROM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages