isr.h
来自「基于51的单片机设计的电容计的完整源代码」· C头文件 代码 · 共 30 行
H
30 行
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
我的邮箱:computer-lov@tom.com
欢迎访问我的blog: http://computer00.21ic.org
ISR.H文件
Created by Computer-lov
Date: 2004.11.12
Edit date:2006.3.2
Version V1.0
Copyright(C) Computer-lov 2004-2014
All rigths reserved
*******************************************************************/
#ifndef __ISR_H__
#define __ISR_H__
extern unsigned char capacity_measure_end;
extern unsigned char frequency_measure_time;
extern unsigned char tl1,th1;
extern unsigned char frequency_measure_end;
extern unsigned char key;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?