zhyinch
2021-08-17 d3a77da7be3808ce65448dbfa9d43d13ba9e0ecd
源码/核心板/Src/OnChipDevices/ADC.h
@@ -3,5 +3,7 @@
#define __ADC_H__
#include "stm32f10x.h"
extern uint8_t Get_Battary(void);
extern void ADC_Configuration(void);
extern u16 Get_ADC_Value(void);
#endif