代码搜索结果
找到约 10,000 项符合
DAC 的代码
dac0808-
"DAC0808实现数字调压.obj"
TO "DAC0808实现数字调压"
dac0808-
### 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 {
dac0808-
BL51 BANKED LINKER/LOCATER V6.00 08/02/2012 10:38:37 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
F:\KEIL\C51\BIN\BL51.EXE DAC080
dac0808-
:10003800EF1FAA0670011E4A60147C007D78D3ED7C
:0E0048009400EC940040E9ED1D70F31C80F074
:010056002287
:10000300E4F5A020B003E4F5A020B10375A02320FC
:10001300B20375A04620B30375A06920B40375A08D
:10002300
dac0808-
礦ision3 Build Log
Project:
F:\keil\流水灯程序\练习工程\基于8051protues仿真\DAC0808实现数字调压.uv2
Project File Date: 08/02/2012
Output:
dac.h
#ifndef DAC_H
#define DAC_H
extern void init_dac(void);
// set a certain value:
extern void dac(int value);
#endif
dac.c
#include
#include "avr_compat.h"
// dac takes an int instead of unsigned int to avoid conversion
// from the datatypes in analog.c but you can only use the positive values.
void dac(int v
dac.lst
__start:
__text_start:
0000 CFFF RJMP __start
0001 E0D2 LDI R29,2
0002 BFCD OUT P3D,R28
0003 BFDE OUT P3E,R29
0004 51C0 SUBI R28,0x10
0005 40D0