代码搜索:双积分AD
找到约 10,000 项符合「双积分AD」的源代码
代码结果 10,000
www.eeworm.com/read/217467/14962529
lst ad7705.lst
C51 COMPILER V7.50 AD7705 05/28/2007 15:49:33 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE AD7705
OBJECT MODULE PLACED IN
www.eeworm.com/read/217467/14962585
c ad7705.c
#include "mylib.h"
uint ch;
unsigned char ad7705timer;
/*
编写:bobo
AD7705寄存器
1:通信寄存器
DRDY RS2 RS1 RS0 R/W STBY CH1 CH0
DRDY:写操作时此位为0。
RS2、RS1、RS0:选择寄存器。000:通信寄存器; 001:设置寄存器;
www.eeworm.com/read/217246/14972890
c ad8402.c
#define uchar unsigned char
//sbit RS =P1^; //置中间阻值,内部自动把80H写进锁存器
sbit CLK_8402 =P1^5; //串行时钟
sbit SDI_8402 =P1^6; //串行数据
sbit CS_8402 =P1^7; //片选,上升沿更新锁存器数据
//sbit SHDN =P0^4; //此为低时
www.eeworm.com/read/216470/15005895
c 330ad.c
//CPU型号 : C8051F330
// 包含文件
#include // SFR 声明
sfr16 ADC0 = 0xbd; // ADC0 采样数据寄存器地址
#define uchar unsigned char
void main (void); // 主函数
void SYSCLK_Init (void); // 系统时钟初始化
www.eeworm.com/read/216469/15005896
c 120ad.c
#include "c8051f120.h"
#define UCHAR unsigned char
void SYSCLK_Init(void);
void PORT_Init(void);
void init_adc(void)
{
SFRPAGE= 0x00;
ADC0CN = 0x80;
REF0CN = 0x0
www.eeworm.com/read/216347/15018673
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/216338/15018957
c ad7896.c
/*
Digital voltmeter using an
Analog Devices AD7896 ADC
connected to an AT90S8515
using the SPI bus
CodeVisionAVR C Compiler
(C) 2000-2002 HP InfoTech S.R.L.
www.hpin
www.eeworm.com/read/216338/15018959
prj ad7896.prj
[Project]
Toolset=AVR
Files=1
Top0=-72
Left0=-190
Height0=644
Width0=416
Active0=0
State0=1
Top1=0
Left1=0
Height1=408
Width1=495
Row1=0
Collumn1=0
Active1=1
State1=0
OpenedFiles=1
O
www.eeworm.com/read/216184/15024535
pdf ad7862.pdf
www.eeworm.com/read/216029/15029085
txt ad2.txt
【MSP430 ADC12模块应用范例(2)】
编写:DC / 2005.12./www.microcontrol.cn
1-简介
简介MSP430单片机ADC12模块 序列单次采集的 应用范例。
2-例程
//******************************************************************************