代码搜索:ADC

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

代码结果 10,000
www.eeworm.com/read/12457/241386

plg adc.plg

礦ision3 Build Log Project: D:\STC\测试\演示程序\演示ADC\STC12C5620AD\演示(ADC中断方式)\C\ADC.uv2 Project File Date: 06/08/2010 Output: Build target 'Target
www.eeworm.com/read/12457/241387

lst adc.lst

C51 COMPILER V8.02 ADC 07/05/2010 15:01:44 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE ADC OBJECT MODULE PLACED IN ADC
www.eeworm.com/read/12457/241388

hex adc.hex

:03012100011000CA :0B001E0012010A1200F175A8A080FE7C :03002B000200BA16 :1000BA00C0E0C0F0C083C082C0D075D00875C5004A :1000CA00AF10120119AFC61201190510E510D39429 :1000DA00074003751000E5104488F5C5D0D0
www.eeworm.com/read/12457/241389

obj adc.obj

www.eeworm.com/read/12457/241390

c adc.c

/*------------------------------------------------------------------*/ /* --- STC MCU International Limited -------------------------------*/ /* --- STC 1T Series MCU A/D Conversion Demo -----------
www.eeworm.com/read/12457/241391

opt 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 {
www.eeworm.com/read/12662/246586

h adc.h

#include void Init_CLK(void); void Init_ADC(void); void Init_Port(void); void Init_TimerA(void); void Delay_us(unsigned long nValue); void setGain(unsigned int nValue); int get
www.eeworm.com/read/12662/246587

c adc.c

#include "adc.h" int gain; void Init_CLK(void) { unsigned int i; //将寄存器的内容清零 //XT2震荡器开启 //LFTX1工作在低频模式 //ACLK的分频因子为1 BCSCTL1 = 0X00; do {
www.eeworm.com/read/12662/246638

h adc.h

void Init_ADC(void); void Init_TimerA(void);
www.eeworm.com/read/12662/246641

c adc.c

#include #include "adc.h" void Init_ADC(void) { //设置P6.0~P6.3为模拟输入通道 P6SEL = 0X07; //设置ENC为0,从而修改ADC12寄存器的值 ADC12CTL0 &= ~(ENC);