includes.h

来自「飞思卡尔08单片机程序」· C头文件 代码 · 共 13 行

H
13
字号
#ifndef _INCLUDES_H
#define _INCLUDES_H



#include <hidef.h> /* for EnableInterrupts macro */
#include <MC68HC908GZ16.h> /* include peripheral declarations */
#include "Sci.h"
#include "Type.h"
#include "MSCAN08.h"


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?