#ifndef _NTC_H__ #define _NTC_H__ #include "os/os_types.h" s16 ntc_get_motor_temp(u16 r); s16 ntc_get_mos_temp(u16 r); #endif /*_NTC_H__ */