代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/257254/11940314
m51 adc.m51
BL51 BANKED LINKER/LOCATER V5.03 11/16/2007 16:41:16 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
D:\PROGRAM FILES\KEIL\C51\BIN\B
www.eeworm.com/read/257219/11943830
uv2 adc.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (C8051F320), 0x0000 // Tools: 'MCS-51'
Target (C8051F321), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
Group (Documenta
www.eeworm.com/read/257088/11950559
opt 5111_adc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
www.eeworm.com/read/257088/11950561
plg 5111_adc.plg
Build target 'Target 1'
compiling adcMain.c...
linking...
"5111_ADC" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
compiling adcMain.c...
linking...
"5111_ADC" - 0 Error(s), 0 Warning(s).
www.eeworm.com/read/343370/11954434
c adc_9883.c
#include "Config.h"
#if defined( SUPPORT_PC ) || defined ( SUPPORT_DTV )
#include "reg.h"
#include "typedefs.h"
#include "i2c.h"
#include "adc.h"
#include "printf.h"
#include "main.h"
#inc
www.eeworm.com/read/343233/11962218
hex adc0809.hex
www.eeworm.com/read/256873/11966917
c adc0809.c
#include
#define uchar unsigned char
#define uint unsigned int
//*************************************************
sbit a0=ACC^0; sbit a1=ACC^1; sbit a2=ACC^2; sbit a3=ACC^3;
sbit
www.eeworm.com/read/343165/11967846
h adc_ts.h
/*
* FILE: adc_ts.h
* ADC和触摸屏的测试函数接口
*/
#ifndef __ADC_TS_H__
#define __ADC_TS_H__
/*
* 测试ADC
* 通过A/D转换,测量可变电阻器的电压值
*/
void Test_Adc(void);
/*
* 测试触摸屏,打印触点坐标
*/
www.eeworm.com/read/343165/11967879
lds adc_ts.lds
SECTIONS {
. = 0x00000000;
.init : AT(0){ head.o init.o nand.o}
. = 0x30000000;
.text : AT(4096) { *(.text) }
.rodata ALIGN(4) : AT((LOADADDR(.text)+SIZEOF(.text)+3)&~(0x03)) {*(.r