aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/ADC.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Drivers/Peripheral/ADC.h')
-rw-r--r--LUFA/Drivers/Peripheral/ADC.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/ADC.h b/LUFA/Drivers/Peripheral/ADC.h
index 381900acc..2be4c2ab9 100644
--- a/LUFA/Drivers/Peripheral/ADC.h
+++ b/LUFA/Drivers/Peripheral/ADC.h
@@ -44,7 +44,9 @@
* - None
*
* \section Module Description
- * Functions, macros, variables, enums and types related to the setup of a the ADC subsystem.
+ * Hardware ADC driver. This module provides an easy to use driver for the hardware
+ * ADC present on many AVR models, for the conversion of analogue signals into the
+ * digital domain.
*/
#ifndef __ADC_H__