代码搜索结果
找到约 5,431 项符合
Temperature 的代码
temperature.h
/*********************************************************************
*
* Thermo Sensor with SPI(TM) Interface
*
***************************************************************
temperature.c
/*********************************************************************
*
* Thermo Sensor with SPI(TM) Interface
*
***************************************************************
temperature.h
/*********************************************************************
*
* Thermo Sensor with SPI(TM) Interface
*
***************************************************************
temperature.dsnwrk
[ProjectGroup]
Version=1.0
[Project1]
ProjectPath=Documents\Documents.PRJPCB
temperature.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
temperature.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity temperature is
port( clk:in std_logic;-------时钟1MHz
dq:in std_logic;---------数字温度串行输入端口
d:out std_logic;