projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make SPI and USART peripheral dispatch driver headers in preparation for a set of...
[pub/lufa.git]
/
LUFA
/
Drivers
/
Peripheral
/
AVRU4U6U7
/
TWI.h
diff --git
a/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
b/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
index
13db86e
..
673f1b0
100644
(file)
--- a/
LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
+++ b/
LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h
@@
-30,16
+30,16
@@
\r
/** \file
\r
*
\r
\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
*
\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_AVR
U4U6U7
Series U4, U6 and U7 Model TWI Driver
\r
+ * @defgroup Group_TWI_AVR
8
Series U4, U6 and U7 Model TWI Driver
\r
*
\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
* \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
@@
-47,8
+47,8
@@
* @{
\r
*/
\r
\r
* @{
\r
*/
\r
\r
-#ifndef __TWI_AVR
U4U6U7
_H__
\r
-#define __TWI_AVR
U4U6U7
_H__
\r
+#ifndef __TWI_AVR
8
_H__
\r
+#define __TWI_AVR
8
_H__
\r
\r
/* Includes: */
\r
#include "../../../Common/Common.h"
\r
\r
/* Includes: */
\r
#include "../../../Common/Common.h"
\r