#ifndef __NTC_H__ #define __NTC_H__ void ntc_init(void); void ntc_run(void); #endif