Main Page   Data Structures   File List   Data Fields   Globals  

/i2csw.c File Reference

Software-driven I2C interface using port pins. More...

#include <avr/io.h>
#include "i2csw.h"

Go to the source code of this file.

Functions

void i2cInit (void)
 Initialize I2C EEPROM interface.

void i2cSend (u08 device, u08 subAddr, u08 length, u08 *data)
 Send a byte sequence on the I2C bus.

void i2cReceive (u08 device, u08 subAddr, u08 length, u08 *data)
 Retrieve a byte sequence on the I2C bus.


Detailed Description

Software-driven I2C interface using port pins.

Definition in file i2csw.c.


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