Code Monkey home page Code Monkey logo

i2c-eeprom-arduino's Introduction

I2C-EEPROM-Arduino

Interface Library from Arduino V1.X to Microchip 24LC256 or 24LC512 EEPROM

/*************************************************** This is a library for the 24LC256 & 24LC512 i2c EEPROM under the Arduino Platform.

It provides an easy way to use the above chips while supplying the functionality to read and write pages (64 or 128 bytes) and individual bytes to a page number or address on the EEPROM.

Each page is written in a 16 byte burst mode to account for the buffer limit of the Wire library in the Arduino Platform.

This library is to be used "as-is" without warranty. Please report bugs to the GitHub Project.

Written by Michael Neiderhauser. October 10, 2012 LGPL license, all text above must be included in any redistribution ****************************************************/

Install Notes: View the README file in the EEPROM24LC256_512 Folder for more details. Copy the EEPROM24LC256_512 Folder into the Arduino libraries folder.

This Library was only tested on Arduino IDE v1.0.1

Check the datasheet for more info on 24LC256: http://ww1.microchip.com/downloads/en/DeviceDoc/21203R.pdf Check the datasheet for more info on 24LC512: http://ww1.microchip.com/downloads/en/DeviceDoc/21754M.pdf

i2c-eeprom-arduino's People

Contributors

mikeneiderhauser avatar rjw245 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.