ntc_sensor.h 174 B

12345678
  1. #ifndef __NTC_H
  2. #define __NTC_H
  3. #include "stm32f1xx_hal.h"
  4. extern uint8_t GetNTCTempera(uint16_t ADC_Result);
  5. extern uint8_t GetNTCTempera_20K(uint16_t ADC_Result);
  6. #endif