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