Main Page   Data Structures   File List   Data Fields   Globals  

/i2ceeprom.c File Reference

Interface for standard I2C EEPROM memories. More...

#include <avr/io.h>
#include <avr/signal.h>
#include <avr/interrupt.h>
#include "i2c.h"
#include "i2ceeprom.h"

Go to the source code of this file.

Functions

u08 i2ceepromReadByte (u08 i2cAddr, u16 memAddr)
 In the I2C EEPROM at [i2cAddr], read a byte from memory location [memAddr].

void i2ceepromWriteByte (u08 i2cAddr, u16 memAddr, u08 data)
 In the I2C EEPROM at [i2cAddr], write a byte [data] to the memory location [memAddr].


Detailed Description

Interface for standard I2C EEPROM memories.

Definition in file i2ceeprom.c.


Generated on Fri Aug 1 10:42:43 2003 for Procyon AVRlib by doxygen1.2.18