ntc.h 141 B

1234567
  1. #ifndef _NTC_H__
  2. #define _NTC_H__
  3. #include "os/os_types.h"
  4. s16 ntc_get_motor_temp(u16 r);
  5. s16 ntc_get_mos_temp(u16 r);
  6. #endif /*_NTC_H__ */