室内环境检测系统
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.

18 lines
505 B

/*
* @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);
3 years ago
#endif