ntc_sensor.h 119 B

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