QuakeGod
2024-11-25 9aed5d7e7b3c7bf09da712e9c272ece401a7acc9
提交 | 用户 | age
9aed5d 1 /**
Q 2   ******************************************************************************
3   * @file           : ADC.h
4   * @brief          : Header for ADC.c file.
5   *                   This file contains the user functions defines of the application.
6   ******************************************************************************
7     */
8 #ifndef __ADC_H__
9 #define __ADC_H__
10 #include <stdint.h>
11
12 int ADCProcess2(void);
13
14 #endif  /* __ADC_H__ */