?? digthermo.h
字號:
/*****************************************/
/* Copyright (c) 2005, 通信工程學院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/
#ifndef _DIGTHERMO_H // 防止DigThermo.h被重復引用
#define _DIGTHERMO_H
#include <reg52.h> // 引用標準庫的頭文件
#include <absacc.h>
#include <stdio.h>
#include <math.h>
#define uchar unsigned char
#define uint unsigned int
uchar tplsb,tpmsb; // 溫度值低位、高位字節
sbit DQ = P3^5; // 數據通信線DQ
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -