i2c_xmega.h
Go to the documentation of this file.
00001
00038 #ifndef I2C_XMEGA_H
00039 #define I2C_XMEGA_H
00040 
00041 #include <drv/i2c.h>
00042
00049 enum
00050 {
00051     I2C0,
00052     I2C1,
00053 #if CPU_AVR_XMEGA_A1
00054     I2C2,
00055     I2C3,
00056 #endif
00057     I2C_CNT
00058 };
00059
00060 #endif /* I2C_XMEGA_H */