\r
/** \file\r
*\r
- * Master mode TWI driver for the AT90USB1287, AT90USB1286, AT90USB647, AT90USB646, ATMEGA16U4 and ATMEGA32U4 AVRs.\r
+ * Master mode TWI driver for the 8-Bit AVRs containing a hardware TWI module.\r
*\r
* \note This file should not be included directly. It is automatically included as needed by the TWI driver\r
* dispatch header located in LUFA/Drivers/Peripheral/TWI.h.\r
*/\r
\r
/** \ingroup Group_TWI\r
- * @defgroup Group_TWI_AVRU4U6U7 Series U4, U6 and U7 Model TWI Driver\r
+ * @defgroup Group_TWI_AVR8 Series U4, U6 and U7 Model TWI Driver\r
*\r
- * Master mode TWI driver for the AT90USB1287, AT90USB1286, AT90USB647, AT90USB646, ATMEGA16U4 and ATMEGA32U4 AVRs.\r
+ * Master mode TWI driver for the 8-Bit AVRs containing a hardware TWI module.\r
*\r
* \note This file should not be included directly. It is automatically included as needed by the TWI driver\r
* dispatch header located in LUFA/Drivers/Peripheral/TWI.h.\r
* @{\r
*/\r
\r
-#ifndef __TWI_AVRU4U6U7_H__\r
-#define __TWI_AVRU4U6U7_H__\r
+#ifndef __TWI_AVR8_H__\r
+#define __TWI_AVR8_H__\r
\r
/* Includes: */\r
#include "../../../Common/Common.h"\r