includes.h

来自「第一届华中科技大学智能车led源码」· C头文件 代码 · 共 42 行

H
42
字号
//*************************************************************************
//*																								                        *
//*			 ***********************头文件及宏定义*******************				  *
//*																								                        *
//*************************************************************************
#ifndef __INCLUDES_H__
#define __INCLUDES_H__

#define  TRUE 1
#define  FALSE 0
#include <hidef.h>      /* common defines and macros */
#include <mc9s12dg128.h>     /* derivative information */
#pragma LINK_INFO DERIVATIVE "mc9s12dg128b"

//*************************************************************************
//*			 ***********************驱动程序****************************		  *
//*************************************************************************
#include "Drives.h"

//*************************************************************************
//*			 ***********************中断函数****************************		  *
//*************************************************************************
#include "Interrupts.h"

//*************************************************************************
//*			 ***********************调试函数****************************		  *
//*************************************************************************
#include "Debug.h"

//*************************************************************************
//*			 ***********************图像处理函数************************		  *
//*************************************************************************
#include "ImageProcess.h"

//*************************************************************************
//*			 ***********************自动控制函数************************		  *
//*************************************************************************
#include "AutoControl.h"


#endif

⌨️ 快捷键说明

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