io_defs.h

来自「CAN工业节点设计、CAN控制器为SJA1000.C源码」· C头文件 代码 · 共 24 行

H
24
字号
//
// IO_defs.H
//
// Declarations of internal IO functions for switches and status
//
// Copyright (c) 2007 XK Tech, Tsinghua Univ.
//
//
// Author	: 	Shangyuan Li
// Date		:	2007-08-17
// Version	:	1.0
// Comment	:	Move function declarations here
//

#ifndef __IO_DEFS_H__
#define __IO_DEFS_H__

// Input and Output functions
extern void 	Switch_Write(ubyte);
extern ubyte 	Status_Read();
extern void 	UpdateRegStatus();


#endif //__IO_DEFS_H__

⌨️ 快捷键说明

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