30 lines
462 B
C
30 lines
462 B
C
/*
|
|
* @Author : stark1898y 1658608470@qq.com
|
|
* @Date : 2024-12-08 12:20:47
|
|
* @LastEditors : stark1898y 1658608470@qq.com
|
|
* @LastEditTime : 2024-12-08 12:20:47
|
|
* @FilePath : \BLE_TYQ_CH584M\BSP\inc\bsp_adc.h
|
|
* @Description :
|
|
*
|
|
* Copyright (c) 2024 by yzy, All Rights Reserved.
|
|
*/
|
|
#ifndef __BSP_ADC_H__
|
|
#define __BSP_ADC_H__
|
|
|
|
|
|
#include "CONFIG.h"
|
|
|
|
uint8_t BSP_ReadVbat(void);
|
|
|
|
void BSP_ADC_Init(void);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif //!@__BSP_ADC_H__
|
|
|