代码搜索:ad原理图
找到约 10,000 项符合「ad原理图」的源代码
代码结果 10,000
www.eeworm.com/read/12537/242722
pic ad590.pic
www.eeworm.com/read/12662/246625
c ad_init.c
#include
#include "ad_init.h"
void Init_ADC(void)
{
P6SEL = 0X07; //设置P6.0为模拟输入通道
ADC12CTL0 &= ~(ENC); //设置ENC为0,从而修改ADC12寄存器的值
ADC12CTL1 |= C
www.eeworm.com/read/12862/247353
a51 start_ad.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Startup Code for the Analog Devices ADuC B2 series
; C
www.eeworm.com/read/12862/247594
a51 start_ad.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Startup Code for the Analog Devices ADuC 83x series
;
www.eeworm.com/read/12884/265077
a51 start_ad.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Startup Code for the Analog Devices ADuC B2 series
; C
www.eeworm.com/read/12884/265318
a51 start_ad.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Startup Code for the Analog Devices ADuC 83x series
;
www.eeworm.com/read/12906/265998
c ad_interrupt.c
/*------------------------------------------------------------------------------
AD_Interrupt.C: MSC 1210 A/D Conversion for 1 input signals (-2.5V ... +2.5V)
Inputs pairs AIN0-AI
www.eeworm.com/read/12906/266006
opt ad_interrupt.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/12906/266015