X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fntc.h;h=d1ba3b25e34d1a5412dfccd365349c228bf88266;hb=23f95752ffe03a5f0c262b1f896211aedb185dda;hp=70139e175a42ecffeaab1c192cf9d32cad567c70;hpb=95041d1f0f4d90910c990f23143d0d652ea690c1;p=bertos.git diff --git a/bertos/drv/ntc.h b/bertos/drv/ntc.h index 70139e17..d1ba3b25 100644 --- a/bertos/drv/ntc.h +++ b/bertos/drv/ntc.h @@ -30,18 +30,14 @@ * All Rights Reserved. * --> * - * \brief Driver for NTC sensors (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_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h", "bertos/hw/hw_ntc.c" */ #ifndef DRV_NTC_H @@ -50,6 +46,7 @@ #include "hw/ntc_map.h" #include +#include #define NTC_OPEN_CIRCUIT -32768 #define NTC_SHORT_CIRCUIT 32767