代码搜索:AD测试
找到约 10,000 项符合「AD测试」的源代码
代码结果 10,000
www.eeworm.com/read/438912/7720784
png ad_hoc.png
www.eeworm.com/read/438690/7728101
c ad7793.c
#include "ad7793.h"
static unsigned char (*send_byte)(unsigned char c);
void ad7793_init()
{
#ifdef SPI_COMMUNICATIONS
send_byte = spi_send_byte;
spi_init();
#endif
#ifdef UART
www.eeworm.com/read/438690/7728102
h ad7793.h
#ifndef AD7793_H_
#define AD7793_H_
#include "ioavr.h"
#include "../SPI/spi.h"
#include "../SPI/uartspi.h"
//-------- communications register bits ----
#define CREAD 2
#define RS0
www.eeworm.com/read/438555/7729831
doc ad9854.doc
www.eeworm.com/read/438547/7729920
asm ad7701.asm
;;模数转换器AD7701的应用
;;;GETAD1是以外时钟方法查询接收AD7701数据的子程序
GATAD1:SETB P1.4
JNB P1.4,$-2
SETB P1.4
JB P1.4,$-2
CLR P1.2
MOV R2,#8
GETL0:SETB P1.0
www.eeworm.com/read/438504/7730770
txt ad-pwm.txt
'////////////////////////////////////////////////////////////////////
'/这个程序用于测试FASTAVR的PWM以及A/D转换输出功能是否正常,这个程序 /
'/可以通过修改变成PWM脉宽调速的基本程序 /
'/这个程序是用ADC的采样值大小来控制PWM的脉宽的大
www.eeworm.com/read/438289/7733297
bak ad.c.bak
//ICC-AVR application builder : 2005-6-21 15:56:32
// Target : M16
// Crystal: 8.0000Mhz
#include
#include
#include "HD7279.C"
#include "TIMEDELAY.C"
unsigned int adc_re
www.eeworm.com/read/438289/7733304
dp2 ad.dp2
ad.o: d:/icc/include/iom16v.h d:/icc/include/macros.h D:\AVR\AD/HD7279.C D:\AVR\AD/TIMEDELAY.C d:/icc/include/iom16v.h d:/icc/include/macros.h
www.eeworm.com/read/438145/7735804
vhd ad_cis.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity ad_cis is
port(
----------------------------------------------------------