代码搜索结果
找到约 5,431 项符合
Temperature 的代码
temperature.c
void init()
{
TRISD=0x00; //设置PORTD数据方向寄存器
TRISB=0xe1; //设置PORTB数据方向寄存器
PORTD=0x00; //设置PORTD
ADCON1=0x8e; //设置AD控制寄存器1
ADCON0=0xc1; //设置AD控制寄存器0
Delay_ms();
temperature.c
#include
#include "sys.h"
#include "usart.h"
#include "delay.h"
#include "led.h"
#include "key.h"
#include "exti.h"
#include "timer.h"
#include "lcd.h"
#include "rtc
temperature.h
#ifndef __TEMPERATURE_H
#define __TEMPERATURE_H
#include
#include "sys.h"
extern u8 Remote_Rdy;//全局温度变量的外部定义
void get_remote(int i);
void set_temper_time(void);
void set_
temperature.d
temperature.o: ..\DISINFECT\TEMPERATURE\temperature.c
temperature.o: D:\文件安装\mdk\ARM\INC\ST\STM32F10x\stm32f10x_lib.h
temperature.o: D:\文件安装\mdk\ARM\INC\ST\STM32F10x\stm32f10x_map.h
temperature.o:
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;
temperature.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {