Main Page   Data Structures   File List   Data Fields   Globals  

/i2ceeprom.h File Reference

Interface for standard I2C EEPROM memories. More...

#include "global.h"

Go to the source code of this file.

Functions

void i2cInit (void)
 Initialize I2C EEPROM interface.

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.h.


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