#ifndef __NTC_H__ #define __NTC_H__ #include "lib.h" extern void ntc_init(void); extern float32_t ntc_get_temp(uint16_t adc); #endif