📄 all.h
字号:
//
// --------------------------------------------------------------------------
// All.h
// --------------------------------------------------------------------------
#ifndef __ALL_H__
#define __ALL_H__
/*----------------------------------------------------------------------------+
| Type Definition & Macro |
+----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------+
| Include files |
+----------------------------------------------------------------------------*/
#include "AT89S52.h"
#include <intrins.h>
#include "WDT.h"
#include "Define.h"
#include "Message.h"
#include "Main.h"
#include "LCD.h"
#include "UART.h"
#include "I2C.h"
#endif // __ALL_H__
/*------------------------ Nothing Below This Line --------------------------*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -