You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
253 B
17 lines
253 B
2 days ago
|
/*
|
||
|
* bsp_adc.h
|
||
|
*
|
||
|
* Created on: Feb 21, 2025
|
||
|
* Author: akeguo
|
||
|
*/
|
||
|
|
||
|
#ifndef INC_BSP_BSP_ADC_H_
|
||
|
#define INC_BSP_BSP_ADC_H_
|
||
|
|
||
|
|
||
|
#include "main.h"
|
||
|
#include "../../BASE/Inc/BSP/DLT/DLTuc.h"
|
||
|
|
||
|
int32_t read_temperature();
|
||
|
#endif /* INC_BSP_BSP_ADC_H_ */
|