代码搜索结果
找到约 10,000 项符合
DAC 的代码
dac.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (MCB2140 Board), 0x0005 // Tools: ''
Group (Startup Code)
Group (Source Code)
Group (Documentation)
File 1,2,
dac0832.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
dac0832.v
module dac0832(
data_in,
wr,
cs,
data_out,
WR_OUT,
CS_OUT
);
input [7:0] data_in;
inpu
pc_dac.c
/*pc_dac.c*/
/*Program to interface the 12-bit AD7548 ADC to the DATA port of the
parallel adapter*/
#include
#include
#include
#include
#define B
dac714.lnp
"main.obj"
TO "DAC714"
RAMSIZE(256)
dac714.h
#include
#include
/******* 引脚定义*********/
sbit CLK=P2^0;
sbit A0 =P2^1;
sbit A1 =P2^2;
sbit SDI=P2^3;
void DAC714( unsigned char *receivedata)
{ unsigned char i,j,k,l=0x80;
dac714.plg
礦ision3 Build Log
Project:
D:\keil c program\DAC714\DAC714.uv2
Project File Date: 05/31/2007
Output:
dac714.hex
:06035D008B0E8A0F8910CF
:10036300751180C2A0C2A1D2A2E4FEE4FDE4FF0F96
:10037300BF02FCD2A0AB0EAA0FA9108E8275830018
:10038300120322551124FF92A3E4FF0FBF02FCC204
:10039300A0E511C313F511E4FF0FBF02FCD2A00
dac714.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {