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