代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/176166/9513327
ad nedit.ad
! $Id: NEdit.ad,v 1.3.2.2 2003/09/28 15:03:50 edg Exp $
! NEDIT IS NOT DESIGNED TO BE USED WITH AN APP-DEFAULTS FILE, and
! installing this will only cause you grief. This is provided for
! documenta
www.eeworm.com/read/372103/9521757
ad9954
www.eeworm.com/read/371517/9550674
cce ad.cce
Advisory[1207] : some of the command line options you are using are now obsolete
Advisory[1208] : use --help option or refer to the user manual for option details
www.eeworm.com/read/371517/9550684
obj ad.obj
www.eeworm.com/read/371517/9550695
c ad.c
/*
The file is used to convert adc for uC pic16f688
There are two functions:
int ADC(void) :Convert adc and return a result
void Arith_AD(void) :Get atithmetic value each ad channel
*/
#incl
www.eeworm.com/read/371517/9550713
lst ad.lst
1: /*
2: The file is used to convert adc for uC pic16f688
3: There are two functions:
4: int ADC(void) :Convert adc and return a result
5: void Arith_AD(void)
www.eeworm.com/read/371517/9550717
h ad.h
#ifndef _AD_H_
#define _AD_H_
void Switch_ADC_Ch(void);
int ADC(void);//PORTC0= BIT0
void Arith_AD(void);
#endif