X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fhw%2Fhw_ntc.c;fp=boards%2Fat91sam7x-ek%2Fhw%2Fhw_ntc.c;h=3048725ce2efac14716293c417f92f0607a70dd5;hb=ea12a07185cfa16b2a37d39ec7bdaf988b283c0c;hp=0000000000000000000000000000000000000000;hpb=0c218b3a5f1ef761db3f8a9139f6b4fa05d2cf9d;p=bertos.git diff --git a/boards/at91sam7x-ek/hw/hw_ntc.c b/boards/at91sam7x-ek/hw/hw_ntc.c new file mode 100644 index 00000000..3048725c --- /dev/null +++ b/boards/at91sam7x-ek/hw/hw_ntc.c @@ -0,0 +1,46 @@ +/** + * \file + * + * + * \brief NTC hardware-specific definition + * + * \version $Id$ + * \author Lorenzo Berni + * + */ + +#include +#include "hw/ntc_map.h" + +const res_t NTC_RSER[NTC_CNT]; +const res_t NTC_RPAR[NTC_CNT]; +const amp_t NTC_AMP[NTC_CNT]; +const NtcHwInfo* NTC_INFO[NTC_CNT];