代码搜索:ADC按键设计
找到约 10,000 项符合「ADC按键设计」的源代码
代码结果 10,000
www.eeworm.com/read/154605/6329907
c adc12.c
/****************************************************************************
文件名:adc12.c
编写者:czhang
描述:ADC12模块程序。用于14xx系列。
MCLK:DCO ACLK:32.768kHz
版本:2005-4 V1.0
***********************
www.eeworm.com/read/154605/6329912
h adc12.h
#ifndef __ADC12
#define __ADC12
void Adc12Init();
void Adc12Open(unsigned char doit);
void AdcDo(unsigned int adr,unsigned char mod);
void SetTongDao(unsigned char tongdao,unsigned char eos
www.eeworm.com/read/334883/6356610
plg adc-12.plg
礦ision2 Build Log
Project:
F:\单片机考证培训\直流电压表\max1240直流电压表\ADC-12.uv2
Project File Date: 06/07/2008
Output:
Build target 'Target 1'
compiling A
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