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.
|
|
|
/*
|
|
|
|
* @Author: your name
|
|
|
|
* @Date: 2022-04-23 14:47:47
|
|
|
|
* @LastEditTime: 2022-04-26 21:25:06
|
|
|
|
* @LastEditors: your name
|
|
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
|
* @FilePath: \USERe:\项目\兼职项目\20220423-IndoorEnvSystem\stm32\HARDWARE\ADC\adc.h
|
|
|
|
*/
|
|
|
|
#ifndef _ADC_H_
|
|
|
|
#define _ADC_H_
|
|
|
|
#include "sys.h"
|
|
|
|
|
|
|
|
void ADC_Init_MY(void);
|
|
|
|
u16 ADC_Get_Data(void);
|
|
|
|
u16 ADC_Get_AVG_Data(void);
|
|
|
|
u16 ADC_Get_Data1(void);
|
|
|
|
#endif
|