X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fntc.h;h=cb606b875f1e75d68ab566d61d2cd86ccc18890d;hb=0af829fd672d0b52f89183042fe535413d046e8d;hp=70139e175a42ecffeaab1c192cf9d32cad567c70;hpb=95041d1f0f4d90910c990f23143d0d652ea690c1;p=bertos.git diff --git a/bertos/drv/ntc.h b/bertos/drv/ntc.h index 70139e17..cb606b87 100644 --- a/bertos/drv/ntc.h +++ b/bertos/drv/ntc.h @@ -30,18 +30,15 @@ * 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 +47,7 @@ #include "hw/ntc_map.h" #include +#include #define NTC_OPEN_CIRCUIT -32768 #define NTC_SHORT_CIRCUIT 32767