X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fntc.h;h=cb606b875f1e75d68ab566d61d2cd86ccc18890d;hb=dc6a4666ebeba9a0b485d130d031b2fa822160ad;hp=8267d51fd5848461ec869747f80fe1666d893cab;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/ntc.h b/bertos/drv/ntc.h index 8267d51f..cb606b87 100644 --- a/bertos/drv/ntc.h +++ b/bertos/drv/ntc.h @@ -30,38 +30,24 @@ * 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 + * + * $WIZ$ module_name = "ntc" + * $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h", "bertos/hw/hw_ntc.c" */ -/*#* - *#* $Log$ - *#* Revision 1.2 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2005/11/04 17:59:47 bernie - *#* Import into DevLib. - *#* - *#* Revision 1.3 2005/06/10 08:56:47 batt - *#* Avoid calling DEG_T_TO_DEG(). - *#* - *#* Revision 1.2 2005/06/10 08:54:58 batt - *#* Rename deg_t conversion macros to accomplish coding standard. - *#* - *#* Revision 1.1 2005/05/24 09:17:58 batt - *#* Move drivers to top-level. - *#*/ - #ifndef DRV_NTC_H #define DRV_NTC_H -#include -#include +#include "hw/ntc_map.h" + #include +#include #define NTC_OPEN_CIRCUIT -32768 #define NTC_SHORT_CIRCUIT 32767