/* * @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_CH592F\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" void BSP_ADC_Init(void); #endif //!@__BSP_ADC_H__