X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fadc.h;h=d30f72ca7874ce5fa16e8f1b5f5c44b6ee95c9d6;hb=dc6a4666ebeba9a0b485d130d031b2fa822160ad;hp=d34accfe0eb3ffc4839efc9eacf9463f8e8a4116;hpb=5f65d77840d7b773f10fd5c4850fdf5eebbb955f;p=bertos.git diff --git a/bertos/drv/adc.h b/bertos/drv/adc.h index d34accfe..d30f72ca 100644 --- a/bertos/drv/adc.h +++ b/bertos/drv/adc.h @@ -32,10 +32,14 @@ * * \version $Id$ * - * \brief ADC driver (interface) + * \brief Analog to Digital Converter driver (ADC). * * \version $Id$ * \author Francesco Sacchi + * + * $WIZ$ module_name = "adc" + * $WIZ$ module_configuration = "bertos/cfg/cfg_adc.h" + * $WIZ$ module_supports = "not atmega103 and not atmega168 and not atmega8" */