代码搜索:ADC按键设计
找到约 10,000 项符合「ADC按键设计」的源代码
代码结果 10,000
www.eeworm.com/read/312154/13617737
adc0_temp
www.eeworm.com/read/312154/13617745
adc1_temp
www.eeworm.com/read/312153/13617812
c adc_temp.c
/*******************************************************************************
//F320片上AD采样芯片自身温度,转换值通过UART发送到上位机,并在LCD上显示.
//实验时短接J7的1,2引脚(LCD背光控制引脚)
******************************************
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(