代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/211591/15177150
c adc0832.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit CS = P3^3;
sbit SCK = P3^2;
sbit DI = P3^1;
sbit DO = P3^1;
sbit P3_5 = P3^5;
void Clock()
www.eeworm.com/read/211591/15177152
hex adc0832.hex
:030000000200718A
:0C007100787FE4F6D8FD7581080200914C
:09008800C2B200D2B200C2B222E1
:0A007D00E4FEEEC39F50030E80F86E
:010087002256
:1000030075080F7E07C2B3D2B1120088EF14600ED9
:1000130014600F14601
www.eeworm.com/read/211591/15177156
obj adc0832.obj
www.eeworm.com/read/211591/15177157
plg adc0832.plg
礦ision2 Build Log
Project:
D:\My Documents\课外学习\嵌入式硬件\51实验开发板\Test_51Board\Test_ADC0832\AD0832_C\ADC0832.uv2
Project File Date: 11/18/2006
Output:
www.eeworm.com/read/211591/15177160
lst adc0832.lst
C51 COMPILER V7.01 ADC0832 12/15/2006 08:46:58 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE ADC0832
OBJECT MODULE PLACED IN
www.eeworm.com/read/211591/15177161
opt adc0832.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/208512/15245910
c adc0832.c
#include"reg51.h"
#include"intrins.h"
#define uchar unsigned char
#define uint unsigned int
#define disdata P0 //显示数据段码输出口
#define channel_0 0x02 //单通道0输入选择
#define channel
www.eeworm.com/read/207042/15283525
h adc_control.h
//---------------------------------------------------
// analog ad setup
//---------------------------------------------------
#define ANA_AD_POWON 0x80000000
#define ANA_AD_POWOFF 0x00000000
#de