代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.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 {
adc.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 {
adc.h
/****************************************Copyright (c)**************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
adc.c
/******************************************************************************
*
* LPC2119 Demo - stdio with newlib and analog to digital conversion
* by Martin THOMAS
adc.h
#ifndef __ADC_H__
#define __ADC_H__
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
void Adc_Init(void);
unsigned short Read_Adc(unsigned char ch);
void Adc_Int(v
adc.c
#include "..\inc\Adc.h"
#include "..\ucos_ii\ucos_ii.h"
void Adc_Init(void)
{
rCLKCON = rCLKCON | (1