X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fntc.h;h=04ab4d2020a22b69de89973e065152ac51888154;hb=d273eeaf8213a957c6ae0889d6d2f9279a7e17a5;hp=ad370e91737d5a0929da6ab3ba96fd8739d01353;hpb=0f21c96c6543fe117d047655f77eb7f9869dd020;p=bertos.git diff --git a/bertos/drv/ntc.h b/bertos/drv/ntc.h index ad370e91..04ab4d20 100644 --- a/bertos/drv/ntc.h +++ b/bertos/drv/ntc.h @@ -30,18 +30,16 @@ * All Rights Reserved. * --> * - * \brief Driver for NTC (reads a temperature through an ADC) + * \brief Driver for NTC sensors (reads a temperature through an ADC) * * \version $Id$ * * \author Giovanni Bajo * \author Francesco Sacchi * - * $WIZARD_MODULE = { - * "name" : "ntc", - * "depends" : ["adc"], - * "configuration" : "" - * } + * $WIZ$ module_name = "ntc" + * $WIZ$ module_depends = "adc" + * $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h" */ #ifndef DRV_NTC_H