代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/25996/850870
h adc.h
#ifndef ADC_H
#define ADC_H
#ifdef ADC_C
void init_adc(void);
void ad_result(void);
#else
extern void init_adc(void);
extern void ad_result(void);
#endif
#endif
www.eeworm.com/read/25996/850872
c adc.c
#define ADC_C
#include "includes.h"
#define MaxAdcBufSize 9
#define AdcBufStep 3 //为了算巴士均值
static volatile unsigned int ADCBuffer[MaxAdcBufSize];
static volatile unsigned int addata;
unsigned
www.eeworm.com/read/26660/855036
h adc.h
#ifndef __ADC__
#define __ADC__
void InitADC(void);
void UnInitADC(void);
unsigned int ReadADC(void);
void StartADC(void);
void ADCTest(void);
#endif
www.eeworm.com/read/26660/855040
c adc.c
#include
#include
#include "adc.h"
#include "key.h"
#define MaxAdcBufSize 9
#define AdcBufStep 3
static volatile unsigned int ADCBuffer[MaxAdcBufSize];
/*****
www.eeworm.com/read/26660/855070
o adc.o
www.eeworm.com/read/27221/863453
adc8009˪
www.eeworm.com/read/27221/863454
adc8009˪
www.eeworm.com/read/27221/863455
adc8009˪
www.eeworm.com/read/27221/863456
adc8009˪
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Tar
www.eeworm.com/read/27221/863457