00001 00039 #ifndef CFG_NTC_H 00040 #define CFG_NTC_H 00041 00043 #define NTC_OPEN_CIRCUIT -32768 00045 #define NTC_SHORT_CIRCUIT 32767 00046 00047 #endif /* CFG_NTC_H */