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

📄 io_defs.h

📁 CAN工业节点设计、CAN控制器为SJA1000.C源码
💻 H
字号:
//
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -