代码搜索结果

找到约 10,000 项符合 ADC 的代码

adc.c

#include "include.h" unsigned char H_AD=0; //H_AD 用于存储高八位A/D转换结果 unsigned char L_AD=0; //L_AD 用于存储低八位A/D转换结构 bit SystemError=0; // 从机错误标志位 extern uchar ad_tare_k; float ad_tare; /*--------

adc.bak

#include "include.h" unsigned char H_AD=0; //H_AD 用于存储高八位A/D转换结果 unsigned char L_AD=0; //L_AD 用于存储低八位A/D转换结构 bit SystemError=0; // 从机错误标志位 extern uchar ad_tare_k; float ad_tare; /*--------

adc.lst

ARM COMPILER V2.53, adc 12/10/06 20:06:10 PAGE 1 ARM COMPILER V2.53, COMPILATION OF MODULE adc OBJECT MODULE PLACED IN .\

adc.h

/***************************************************************************** * adc.h: Header file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconductor

adc.c

/***************************************************************************** * adc.c: ADC module file for Philips LPC214x Family Microprocessors * * Copyright(C) 2006, Philips Semiconduct

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

//adc.h #include "AT91SAM7S128.h" void InitADC(void); unsigned int GetValue_chanel4(void); unsigned int GetValue_chanel5(void);