RP-77A/cva_asw_m0128/src/heat_NTC.h
2024-12-27 14:26:13 +08:00

6 lines
117 B
C

#ifndef _HEAT_NTC_H_
#define _HEAT_NTC_H_
#include "mcu.h"
uint16_t GetTempture(uint32_t key);
#endif //_HEAT_NTC_H_