⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 systemint.h

📁 汽车电子解码器电缆测试。可以判断汽车故障在哪里
💻 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 + -