代码搜索:ADC测试
找到约 10,000 项符合「ADC测试」的源代码
代码结果 10,000
www.eeworm.com/read/312153/13617819
c adc1.c
/*****************************************************************************
功能:实现ADC采样芯片外的模拟电压,通过LCD显示,并通过串口发送到PC机
实验时短接以下跳线:J7.1--J7.2;J9.1--J9.2
版本:V1.0
**************************
www.eeworm.com/read/311891/13622944
c adc0832.c
/********************************************************************/
/* */
/* ME300B单片机开发系统演示程序 - ADC0832电压表
www.eeworm.com/read/311238/13633448
adc0832_dsy
www.eeworm.com/read/309795/13664392
mcp adc_disp.mcp
www.eeworm.com/read/309334/13674004
bsf adc0809.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/309334/13674021
vhd adc0809.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity ADC0809 is
port (
RST_N :IN STD_LOGIC; --系统复位
dataout1,dataout2,da
www.eeworm.com/read/309201/13679355
vhd adc0809.vhd
library ieee;--本文件是ADC0809的驱动程序,其中由软件循环从8个端口获得转换数据,时间可以由软
use ieee.std_logic_1164.all;--件程序调节,输出完全是ADC0809的时序,经仿真正确!并下载到FPGA
use ieee.std_logic_unsigned.all;--中验证,正确!
entity adc0809 is--实体定义
port(
www.eeworm.com/read/308744/13694006
paf2 adc.paf2
www.eeworm.com/read/308153/13707254
dni adc_lab.dni
[Disassemble mode]
mode=0
[Breakpoints]
Count=0
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
Base=0
UseAuto=0
TypeViolation=1
UnspecRange=1
ActionState=1
[TraceHelper]
Enabled=0
ShowSou