BeRTOS
i2c_lpc2.h
Go to the documentation of this file.
00001 
00039 #ifndef I2C_LPC2_H
00040 #define I2C_LPC2_H
00041 
00042 #include <drv/i2c.h>
00043 
00047 enum
00048 {
00049     I2C0,
00050     I2C1,
00051     I2C2,
00052 
00053     I2C_CNT  
00054 };
00055 
00056 #endif /* I2C_LPC2_H */