?? digairpress.h
字號:
/*****************************************/
/* Copyright (c) 2005, 通信工程學(xué)院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/
#ifndef _DIGAIRPRESS_H // 防止DigAirPress.h被重復(fù)引用
#define _DIGAIRPRESS_H
#include <reg52.h> // 引用標(biāo)準(zhǔn)庫的頭文件
#include <absacc.h>
#include <stdio.h>
#include <math.h>
#define uchar unsigned char
#define uint unsigned int
#define K 2000 // K為V/F轉(zhuǎn)換增益常數(shù)
uchar PressVal; // 氣壓值
uchar count; // 計數(shù)器
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -