X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7s-ek%2Fhw%2Fntc_map.h;fp=boards%2Fat91sam7s-ek%2Fhw%2Fntc_map.h;h=505f1c31972b8caacabcc1a5b943f373c6d91a8d;hb=a22efc8dcc90c5fcb3811cf2667efb8a4e448134;hp=0000000000000000000000000000000000000000;hpb=bc0bd1c2cc28c168f9518cf6a4b11f09d39052fb;p=bertos.git diff --git a/boards/at91sam7s-ek/hw/ntc_map.h b/boards/at91sam7s-ek/hw/ntc_map.h new file mode 100644 index 00000000..505f1c31 --- /dev/null +++ b/boards/at91sam7s-ek/hw/ntc_map.h @@ -0,0 +1,61 @@ +/** + * \file + * + * + * \brief NTC map definitions. + * + * \version $Id$ + * + * \author Giovanni Bajo + * \author Francesco Sacchi + */ + +#ifndef NTC_MAP_H +#define NTC_MAP_H + +#include + +#warning TODO:This is an example implentation, you must implement it! + +/*! \name Enum for ntc devices. + * \{ + */ +typedef enum NtcDev +{ + NTC_TEST, + + /* Put here your thermo device */ + + NTC_CNT +} NtcDev; +/* \} */ + +#endif /* NTC_MAP_H */