代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/429756/8791081
c ad.c
#define AD_C
#include "includes.h"
unsigned char adc_mux = 0x01 ;
/******************************************************************************/
/*********************************************
www.eeworm.com/read/429756/8791083
s ad.s
.module AD.C
.area data(ram, con, rel)
_adc_mux::
.blkb 1
.area idata
.byte 1
.area data(ram, con, rel)
.dbfile D:\仿真\增量式模糊控制\AD.C
.dbsym e adc_mux _adc_mux c
.area text(rom, con, re
www.eeworm.com/read/429756/8791123
lis ad.lis
.module AD.C
.area data(ram, con, rel)
0000 _adc_mux::
0000 .blkb 1
.area idata
0000 01
www.eeworm.com/read/429756/8791125
i ad.i
www.eeworm.com/read/429756/8791142
pbd ad.pbd
This is an internal working file generated by the Source Browser.
10:52 41s
E:\ISIS Pro\AVR examples\IAR\ad_da\Debug\Obj\AD.pbi
E:\ISIS Pro\AVR examples\IAR\ad_da\Debug\Obj\LCD.pbi
E:\ISIS Pro\AVR
www.eeworm.com/read/429756/8791182
_c ad._c
#define AD_C
#include "includes.h"
unsigned char adc_mux = 0x01 ;
/******************************************************************************/
/*********************************************
www.eeworm.com/read/429756/8791185
c ad.c
#define AD_C
#include "includes.h"
unsigned char adc_mux = 0x01 ;
/******************************************************************************/
/*********************************************
www.eeworm.com/read/429756/8791230
h ad.h
#ifndef AD_H
#define AD_H
#ifdef AD_C
unsigned char adc_mux ;
void init_adc(void);
#else
extern unsigned char adc_mux;
extern void init_adc(void);
#endif
#endif
www.eeworm.com/read/385712/8791436
asm ad.asm
;程序名: AD转化实验小程序(练习)
;创建人: 魏鸿林
;创建时间:2003/11/18
;修改人:
;描 述: 使用实验板上PORTD上的八个LED 表示数据采集输入端的电压值,电压值越大,显示的LED数越多,且按顺序递增.
; AD参考电压为单片机工作电源
; 光线越强,点亮的LED数越多
LIST P=16F877
#INCLU
www.eeworm.com/read/285920/8801424
h ad.h
#include"..\startup\44b.h"
#define ADCCON_FLAG 0x40
#define ADCCON_SLEEP 0x20
#define ADCCON_ADIN0 (0x0