代码搜索:ADC测试
找到约 10,000 项符合「ADC测试」的源代码
代码结果 10,000
www.eeworm.com/read/334883/6356624
opt adc-12.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 {
www.eeworm.com/read/334883/6356625
c adc-12.c
#include"reg51.h"
#include"intrins.h"
#define uchar unsigned char
#define uint unsigned int
#define nop() _nop_()
#define WEI P2
#define DUAN P0
code uchar display[]={0x3f,0x06,0x5b,0x4f,0x6
www.eeworm.com/read/334883/6356629
hex adc-12.hex
:0A06A7003F065B4F666D7D077F6F15
:10068900060C0000000000000212000004084020CF
:0206990000005F
:10066D00AE071FEE6015E4FCFDC3ED947DEC6480D8
:0B067D00948050EC0DBD00010C80EEDD
:01068800224F
:10063F00C
www.eeworm.com/read/334883/6356633
lst adc-12.lst
C51 COMPILER V7.06 ADC_12 07/05/2008 21:52:17 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE ADC_12
OBJECT MODULE PLACED IN
www.eeworm.com/read/334883/6356634
obj adc-12.obj
www.eeworm.com/read/494195/6380155
c adc0809.c
#include
#include
#include
#include"math.h"
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#define START P2_4
www.eeworm.com/read/494195/6380156
pdf adc12130.pdf
www.eeworm.com/read/494199/6380175
c adc0809.c
#include
#include
#include
#include"math.h"
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#define START P2_4
www.eeworm.com/read/493742/6389966
asm adc0809.asm
EOC BIT P2.0
STA BIT P2.1
CLK BIT P2.2
OE BIT P2.3
ALE BIT P2.4
;******主程序******
ORG 0
LJMP MAIN
ORG 000BH
CPL CLK
RETI
MAIN:MOV TMOD,#02H
MOV TH0,#56
M
www.eeworm.com/read/493742/6389967