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

📄 xkcan.h

📁 CAN工业节点设计、CAN控制器为SJA1000.C源码
💻 H
字号:
//
// XKCAN.H
//
// Include all header files of this project here
//
// Copyright (c) 2007 XK Tech, Tsinghua Univ.
//
//
// Author	: 	Shangyuan Li
// Date		:	2007-08-1
// Version	:	1.0
//
// Author	: 	Shangyuan Li
// Date		:	2007-08-17
// Version	:	1.1
// Comment	:	Move all function declarations out of here
//

#ifndef __XKCAN_H__
#define __XKCAN_H__

#include <regx52.h>

#include "max7219.h"
#include "SJA1000.h"
#include "atmega48.h"

#include "CAN_defs.h"
#include "xkcan_defs.h"
#include "proto_defs.h"
#include "timer_defs.h"
#include "_485_defs.h"
#include "ETN_defs.h"
#include "DIG_defs.h"
#include "IO_defs.h"

#endif

⌨️ 快捷键说明

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