代码搜索:ADC测试

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

代码结果 10,000
www.eeworm.com/read/305289/13775342

axf gec_adc.axf

www.eeworm.com/read/304959/13782434

h adc0831.h

#include #include #include sbit adcdo=P0^0; sbit adccs=P0^2; sbit adcclk=P0^1; uchar bdata ch; sbit ch_0 = ch^0; void delay1(uchar x) { uchar i; for
www.eeworm.com/read/303582/13812160

uv2 adc.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (8051F300), 0x0000 // Tools: 'MCS-51' Target (8051F302), 0x0000 // Tools: 'MCS-51' Group (Source) Group (Documents) File
www.eeworm.com/read/303579/13812339

uv2 adc.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (8051F020), 0x0000 // Tools: 'MCS-51' Target (8051F021), 0x0000 // Tools: 'MCS-51' Target (8051F022), 0x0000 // Tools: 'MCS-51'
www.eeworm.com/read/303572/13812399

uv2 adc.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (MSC1210Yx), 0x0000 // Tools: 'MCS-51' Group (Source Files) Group (Documentation) File 1,1, 0x0
www.eeworm.com/read/303568/13812450

uv2 adc.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (C8051F0330), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) Group (Documentation) File 1,2,
www.eeworm.com/read/303429/13816370

lnp adc0832.lnp

"adc0832.obj", "lcd.obj", "main.obj" TO "adc0832" RAMSIZE(256)
www.eeworm.com/read/303429/13816372

obj adc0832.obj

www.eeworm.com/read/303429/13816373

plg adc0832.plg

礦ision3 Build Log Project: C:\Documents and Settings\boy\桌面\adc0832程序\adc0832.uv2 Project File Date: 08/24/2007 Output:
www.eeworm.com/read/303429/13816374

c adc0832.c

#include #include unsigned char readadc(void) { unsigned char dat,i; CLK=0; //芯片复位 CS=1; _nop_(); CS=0; _nop_(); DI=1;