代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/153577/12025660
mak adc.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/153577/12025666
out adc.out
www.eeworm.com/read/153577/12025671
map adc.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
www.eeworm.com/read/153577/12025674
obj adc.obj
www.eeworm.com/read/153577/12025676
asm adc.asm
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;this is a source file of ADC and airthmetic module
;update:03/01/04
;author: wangqing jiang
;~~~~~~~~~~~~~
www.eeworm.com/read/153455/12031624
h adc.h
#ifndef __ADC_H__
#define __ADC_H__
void ADC_Init(void);
unsigned short Read_Adc(unsigned char ain);
void Test_Adc(void);
#endif /*__ADC_H__*/
www.eeworm.com/read/153455/12031651
c adc.c
#include
#include "..\inc\option.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\adc.h"
/**********************************************************************
www.eeworm.com/read/153455/12031737
o adc.o
www.eeworm.com/read/342241/12033723
h adc.h
#include
//【ADC2接口函数】
void Set_Threshold( unsigned char threshold );
//unsigned char Acquire_Data( void );
www.eeworm.com/read/342241/12033728
lst adc.lst
C51 COMPILER V8.02 ADC 07/26/2008 19:16:14 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE ADC
OBJECT MODULE PLACED IN adc