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
/
ADC.h
diff --git
a/LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h
b/LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h
index
8b1b47d
..
06f9d3b
100644
(file)
--- a/
LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h
+++ b/
LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h
@@
-30,16
+30,16
@@
\r
/** \file
\r
*
\r
\r
/** \file
\r
*
\r
- * ADC driver for the
AT90USB1287, AT90USB1286, AT90USB647, AT90USB646, ATMEGA16U4 and ATMEGA32U4 AVRs
.
\r
+ * ADC driver for the
8-Bit AVRs containing a hardware ADC module
.
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the ADC driver
\r
* dispatch header located in LUFA/Drivers/Peripheral/ADC.h.
\r
*/
\r
\r
/** \ingroup Group_ADC
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the ADC driver
\r
* dispatch header located in LUFA/Drivers/Peripheral/ADC.h.
\r
*/
\r
\r
/** \ingroup Group_ADC
\r
- * @defgroup Group_ADC_AVR
U4U6U7 Series U4, U6 and U7 Model
ADC Driver
\r
+ * @defgroup Group_ADC_AVR
8 8-Bit AVR
ADC Driver
\r
*
\r
*
\r
- * ADC driver for
the AT90USB1287, AT90USB1286, AT90USB647, AT90USB646, ATMEGA16U4 and ATMEGA32U4 AVRs
.
\r
+ * ADC driver for
8-Bit AVRs containing a hardware ADC module
.
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the ADC driver
\r
* dispatch header located in LUFA/Drivers/Peripheral/ADC.h.
\r
*
\r
* \note This file should not be included directly. It is automatically included as needed by the ADC driver
\r
* dispatch header located in LUFA/Drivers/Peripheral/ADC.h.
\r
@@
-47,8
+47,8
@@
* @{
\r
*/
\r
\r
* @{
\r
*/
\r
\r
-#ifndef __ADC_AVR
U4U6U7
_H__
\r
-#define __ADC_AVR
U4U6U7
_H__
\r
+#ifndef __ADC_AVR
8
_H__
\r
+#define __ADC_AVR
8
_H__
\r
\r
/* Includes: */
\r
#include "../../../Common/Common.h"
\r
\r
/* Includes: */
\r
#include "../../../Common/Common.h"
\r