X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fhw%2Fhw_ntc.c;fp=boards%2Farduino%2Fhw%2Fhw_ntc.c;h=3048725ce2efac14716293c417f92f0607a70dd5;hb=ecb34d7a7fa3e00d9157eeafa2dea50cbbc317ce;hp=0000000000000000000000000000000000000000;hpb=95a0ab6c264432423d7d49839b24504df8fe15f5;p=bertos.git diff --git a/boards/arduino/hw/hw_ntc.c b/boards/arduino/hw/hw_ntc.c new file mode 100644 index 00000000..3048725c --- /dev/null +++ b/boards/arduino/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];