Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

i2ceeprom.c File Reference


Detailed Description

Definition in file i2ceeprom.c.

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

Go to the source code of this file.

Functions

void i2ceepromInit (void)
 Initialize I2C EEPROM interface.
u08 i2ceepromReadByte (u08 i2cAddr, u32 memAddr)
 In the I2C EEPROM at [i2cAddr], read a byte from memory location [memAddr].
void i2ceepromWriteByte (u08 i2cAddr, u32 memAddr, u08 data)
 In the I2C EEPROM at [i2cAddr], write a byte [data] to the memory location [memAddr].


Generated on Sun Oct 29 03:41:08 2006 for Procyon AVRlib by  doxygen 1.4.2