X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/d38fa49cb6cb3804c9bb17601688a62ba466b535..be9d0a5aa97c84cc8723f69f2b88576965e386aa:/LUFA/Drivers/Peripheral/ADC.h?ds=inline 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__