/** * \file * * * \brief Driver for the LPC23xx I2C (interface) * * \author Daniele Basile * */ #ifndef I2C_LPC2_H #define I2C_LPC2_H #include /** * \name I2C devices enum */ enum { I2C0, I2C1, I2C2, I2C_CNT /**< Number of serial ports */ }; #endif /* I2C_LPC2_H */