代码搜索:ad原理图
找到约 10,000 项符合「ad原理图」的源代码
代码结果 10,000
www.eeworm.com/read/9731/176226
lnp ad_1.lnp
--device DARMSTM "main.o" "stm32f10x_it.o" "sd_mmc_spi.o" "core_cm3.o" "system_stm32f10x.o" ".\startup_stm32f10x_md.o" "stm32f10x_flash.o" "stm32f10x_gpio.o" "stm32f10x_rcc.o" "stm32f10x_adc.o" "stm32
www.eeworm.com/read/9731/176227
tra ad_1.tra
*** Creating Trace Output File 'ad_1.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"main.o"'
### List of Objects: adding '"stm32f10x_it.o"'
###
www.eeworm.com/read/9731/176230
plg ad_1.plg
Build target 'sram'
compiling main.c...
compiling stm32f10x_it.c...
compiling sd_mmc_spi.c...
compiling core_cm3.c...
compiling system_stm32f10x.c...
assembling startup_stm32f10x_md.s...
compil
www.eeworm.com/read/10123/181620
c ad574.c
#include
sbit sts=P3^2;
sbit ale=P3^5;
sbit wr1=P3^6;
sbit rd1=P3^7;
sbit cs=P2^6;
sbit rc=P2^5;
sbit a0=P2^7;
int ad574()
{ int c;
for(;;)
if(sts==0) //如果ad574没有启动则启动//
{ wr1
www.eeworm.com/read/10145/182150
doc 4.4.2 ad电路.doc
www.eeworm.com/read/10232/183820
doc ad420.doc
www.eeworm.com/read/10232/183821
txt ad420.txt
// 芯片 AD420
// 单片机 ATMEGA16
// AD420驱动程序
// Time: 2009-05-07
#include "iom16v.h"
#include "macros.h"
#define uint unsigned int
#define uchar unsigned char
#define CLEAR PA1
#define LATCH PD