/** * \file * * * \brief Driver for the AVR ATMega TWI (implementation) * * \author Daniele Basile */ #ifndef I2C_AVR_H #define I2C_AVR_H #include /** * \name I2C devices enum */ enum { I2C0, I2C_CNT /**< Number of serial ports */ }; #endif /* I2C_LM3S_H */