xkcan.h
来自「CAN工业节点设计、CAN控制器为SJA1000.C源码」· C头文件 代码 · 共 37 行
H
37 行
//
// 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 + =
减小字号Ctrl + -
显示快捷键?