代码搜索:AD芯片
找到约 10,000 项符合「AD芯片」的源代码
代码结果 10,000
www.eeworm.com/read/10123/181620
c ad574.c
#include
sbit sts=P3^2;
sbit ale=P3^5;
sbit wr1=P3^6;
sbit rd1=P3^7;
sbit cs=P2^6;
sbit rc=P2^5;
sbit a0=P2^7;
int ad574()
{ int c;
for(;;)
if(sts==0) //如果ad574没有启动则启动//
{ wr1
www.eeworm.com/read/10145/182150
doc 4.4.2 ad电路.doc
www.eeworm.com/read/10232/183820
doc ad420.doc
www.eeworm.com/read/10232/183821
txt ad420.txt
// 芯片 AD420
// 单片机 ATMEGA16
// AD420驱动程序
// Time: 2009-05-07
#include "iom16v.h"
#include "macros.h"
#define uint unsigned int
#define uchar unsigned char
#define CLEAR PA1
#define LATCH PD
www.eeworm.com/read/10538/187060
ddb ad9850.ddb
www.eeworm.com/read/11082/196085
c ad_key.c
//---------------------------- AD键盘驱动程序 ----------------------------
//
//简易AD键盘驱动程序
//代码作者:廖华明(师兄)
//时间:2009.7.8
//
//-----------------------------------------------------------------------
www.eeworm.com/read/11082/196097
h ad_key.h
//---------------------------- AD键盘驱动程序 ----------------------------
//
//简易AD键盘驱动程序
//代码作者:廖华明(师兄)
//时间:2009.7.8
//
//------------------------------------------------------------------------
www.eeworm.com/read/11082/196108
_h ad_key._h
#include "config.h"
#include "Usart.h"
//---------中断向量声明----------//
#pragma interrupt_handler AD_handler:15
#pragma interrupt_handler TC0_handler:10
//---------全局变量定义----------//
exter
www.eeworm.com/read/11082/196110
_c ad_key._c
//---------------------------- AD键盘驱动程序 ----------------------------
//
//简易AD键盘驱动程序
//代码作者:廖华明(师兄)
//时间:2009.7.8
//
//-----------------------------------------------------------------------