00001 00038 #ifndef I2C_AVR_H 00039 #define I2C_AVR_H 00040 00041 #include <drv/i2c.h> 00042 00046 enum 00047 { 00048 I2C0, 00049 00050 I2C_CNT 00051 }; 00052 00053 #endif /* I2C_LM3S_H */ 00054