1,10 → 1,10 |
/**************************************************************************//** |
* \brief EEPROM 24C128 / 24C256 library for Arduino - Demonstration program |
* \brief EEPROM 24Cxxx library for Arduino - Demonstration program |
* \author Copyright (C) 2012 Julien Le Sech - www.idreammicro.com |
* \version 1.0 |
* \date 20120203 |
* |
* This file is part of the EEPROM 24C128 / 24C256 library for Arduino. |
* This file is part of the EEPROM 24Cxxx library for Arduino. |
* |
* This library is free software: you can redistribute it and/or modify it under |
* the terms of the GNU Lesser General Public License as published by the Free |
30,7 → 30,7 |
|
#include <Wire.h> |
|
#include <Eeprom24C128_256.h> |
#include <Eeprom24Cxxx.h> |
|
/****************************************************************************** |
* Private macro definitions. |
46,7 → 46,7 |
* Private variable definitions. |
******************************************************************************/ |
|
static Eeprom24C128_256 eeprom(EEPROM_ADDRESS); |
static Eeprom24Cxxx eeprom(EEPROM_ADDRESS); |
|
/****************************************************************************** |
* Public function definitions. |