Go to the documentation of this file.00001
00038 #ifndef I2C_LM3S_H
00039 #define I2C_LM3S_H
00040
00041 #include <drv/i2c.h>
00042
00046 enum
00047 {
00048 #if CPU_CM3_LM3S1968
00049 I2C0,
00050 I2C1,
00051 #elif CPU_CM3_LM3S8962
00052 I2C0,
00053 #enif
00054 I2C_CNT
00055 };
00056
00057 #endif