代码搜索:ADC

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

代码结果 10,000
www.eeworm.com/read/116741/14956023

c sys_adc.c

/* sys_adc.c */ /* compile as : gcc -O sys_adc.c */ /* used in Ordinary user mode */ #include #include #include #include "adc.h" int main(void) { int fd;
www.eeworm.com/read/116741/14956045

c use_adc.c

/* use_adc.c */ /* compile as : gcc -O use_adc.c */ /* Ordinary user mode */ #include "uadc.h" int main(void) { int ret_val; long i; ret_val=adc(CHANNEL_3,DEVICE_OPEN); if (ret_val==0) pr
www.eeworm.com/read/116741/14956077

c adc_read.c

/*adc_read.c*/ /*For weather data logging system*/ #include #include #include #include /* Personal includes and defines */ #include "uadc.h" #defin
www.eeworm.com/read/216426/15014340

c adc01.c

/**************************************************************************** * 文件名:ADC01.C * 功能:使用ADC模块的通道0、1进行电压的测量,然后将转换结果从串口输出,上位机使用Easy * ARM软件全仿真的DOS字符窗口观察。 * 说明:由W1、W2调节测量电压值; *
www.eeworm.com/read/115353/15016551

uv2 adc.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, Options 1,0,0 // Targe
www.eeworm.com/read/115353/15016555

c adc2051.c

/* io分配: * ;* OUTPUT: * ;* P1.0 ...... 模拟量输入 * ;* P1.1 ...... DA输入比较基准电压 * ;* P1.2~
www.eeworm.com/read/216338/15018907

c adc8535.c

/* ADC example for the AT90S8535 on the Atmel STK500 starter kit CodeVisionAVR C Compiler
www.eeworm.com/read/216338/15018908

prj adc8535.prj

[Project] Toolset=AVR Files=1 OpenedFiles=1 TerminalState=-1 Top0=98 Left0=-151 Height0=400 Width0=600 Active0=0 State0=1 OF1=adc8535.c Top1=1 Left1=0 Height1=400 Width1=600 Row1=6 Co
www.eeworm.com/read/216266/15021476

uv2 adc.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (MCB2140 Board), 0x0005 // Tools: '' Group (Startup Code) Group (Source Code) Group (Documentation) File 1,2,
www.eeworm.com/read/214399/15101712

c sys_adc.c

/* sys_adc.c */ /* compile as : gcc -O sys_adc.c */ /* used in Ordinary user mode */ #include #include #include #include "adc.h" int main(void) { int fd;