📄 lin_header.h
字号:
#ifndef __LIN_HEADER_H__
#define __LIN_HEADER_H__
#include "stddef.h"
#include "hidef.h"
#include "MC68HC908GZ16.h"
#include <start08.h>
#include "my_vectors.h"
#include "LIN_Defines.h"
#include "SPI.h"
#include "CommSwitch.h"
#include "LIN_MSGIDs.h"
//#include "LIN_IOs.h"
#include "LIN_Signals.h"
#include "LIN_Driver08.h"
//#include "LIN_Timer.h"
//#include "Schedule.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -