📄 systemint.h
字号:
/******************************************************************************************
* 目的:系统初始化及外部环境配置
* 功能:系统初始化及结束
* 模块依赖:Display.h Keyboard.h SCI.h Timer.h FlashIC.h ScreenSol.h Comconfer.h
******************************************************************************************/
//-Base Compos------------------
#include <stdio.h>
#include <string.h>
#include "compiler.h"
#include "ScreenSol.h"
#include "FlashIC.h"
#include "SCI.h"
#include "Timer.h"
#include "Protocol686A.h"
#include "ProtocolKw2000.h"
#include "ProtocolVW.h"
#include "DataSol.h"
#include "SysTool.h"
//-Base Compos------------------
/*
**-------------------------------------------------------------------------------------
** 系统初始化
**-------------------------------------------------------------------------------------
*/
void SysInit();
/*
**-------------------------------------------------------------------------------------
** 系统释放
**-------------------------------------------------------------------------------------
*/
void SysRelase();
//----------------------------------------------------------------- End Of File --------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -