Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board

QuikEval EEPROM Library. More...

Files

file  Linduino.h
 Header File for Linduino Libraries and Demo Code.
 
file  QuikEval_EEPROM.cpp
 Library for reading from and writing to the EEPROM on QuikEval-compatible demo boards.
 
file  QuikEval_EEPROM.h
 QuikEval EEPROM Library.
 
file  QuikEval_EEPROM_Wire.cpp
 Library for reading from and writing to the EEPROM on QuikEval-compatible demo boards.
 
file  QuikEval_EEPROM_Wire.h
 QuikEval EEPROM Library.
 

Detailed Description

QuikEval EEPROM Library.

Routines to read and parse the ID string from the EEPROM on a QuikEval-compatible demo board.

The QuikEval ID string has the following 50 byte format :

LTCxxxx,cls,Dxxxx,xx,yy,DC,DCxxxx--------------,\n\0
Example: LTC2309,Cls,D1859,01,01,DC,DC1337A-A,------------\n\0

Also included are the routines to communicate with an external serial I2C EEPROM such as the 24LC025 found on all LTC QuikEval compatible demo boards. The routines use the ATMega328 hardware I2C port. The routines require the use of the hardware I2C routines found in LT_I2C.h

Copyright 2018(c) Analog Devices, Inc.

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.