代码搜索:ADC0

找到约 667 项符合「ADC0」的源代码

代码结果 667
www.eeworm.com/read/326123/13164577

plg adc.plg

礦ision3 Build Log Project: C:\Documents and Settings\Administrator\桌面\Key Pad\2131_Keil\ADC\ADC0\ADC.uv2 Project File Date: 04/25/2008 Output:
www.eeworm.com/read/326123/13164628

plg adc.plg

礦ision3 Build Log Project: C:\Documents and Settings\Administrator\桌面\Key Pad\2131_Keil\ADC\ADC0\ADC.uv2 Project File Date: 04/25/2008 Output:
www.eeworm.com/read/341750/12067744

h adc.h

#define ADC0 0 #define ADC1 1 #define CHANNEL ADMUX&0x1F extern int adc0_value; extern int adc1_value; extern UNS8 channel; extern UNS8 adc_couter; extern UNS8 adc_flag; void adc_i
www.eeworm.com/read/25996/850582

_c newad._c

void init_adc(void) { DDRA&=~BIT(PA0); PORTA&=~BIT(PA0); ADCSRA = 0x00; ADMUX =(1
www.eeworm.com/read/384934/8833231

c temperture.c

#include #define SYSCLK 16000000 #define SAMPLERATE 50000 sfr16 ADC0=0xBE; sfr16 TMR3RL=0x92; sfr16 TMR3=0x94; sbit P00=P0^0; long result; long temprature; int temp_int
www.eeworm.com/read/350164/10761537

c f020.c

#include #include #include #include #include // sfr16 ADC0=0xbe; sfr16 TMR3=0x94; sfr16 TMR3RL=0x92; // #define SYSCLK 22118400 #defin
www.eeworm.com/read/417290/10996928

c adc-1602.c

//ADC转换程序 //通过电位器W1来调节ADC0的电压输入 //采集的电压值用1602液晶显示 #include #include #include"1602.h" #define uchar unsigned char #define uint unsigned int uchar adc_0[]={"ADC_0: . V"
www.eeworm.com/read/333575/12671398

out tmp.out

BL51 BANKED LINKER/LOCATER V5.03 - SN: Cygnal_8051Fxxx COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2002 E:\cygnal编程笔记\可编程计数器阵列\pwm8.obj TO E:\cygnal编程笔记\ad采样液晶显示\adc0采样液晶显示键盘控制 RS(256) PL(68) PW(78)
www.eeworm.com/read/337884/12334565

h pic_evb.h

#define led1 PIN_A2 #define led2 PIN_A4 #define led3 PIN_A5 #define led4 PIN_C0 #define iwire PIN_C5 #define beep PIN_C1 #define adc0 PIN_A0 #define key1 PIN_B7 #de
www.eeworm.com/read/12110/239436

c dif_input.c

//////////差动输入,定时启动,由T2定时//////////////// /////////选择6,7通道为ADC0差动转化通道,其中第6通道为P3.6,第7通道为P.7////////////// //////dif_input.c/////////////////////////////////// #include "lcd.h"//笔者所写的LCD显示头文件,具体见LCD章