/* * bsp_adc.h * * Created on: Feb 21, 2025 * Author: akeguo */ #ifndef INC_BSP_BSP_TEMPATURE_H_ #define INC_BSP_BSP_TEMPATURE_H_ #include "main.h" #include "DLTuc.h" int32_t read_temperature(); void ADC_Intialize(); extern int32_t * tempature; #endif /* INC_BSP_BSP_TEMPATURE_H_ */