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

📄 joystick_drv.h

📁 Taiwan sunplus develop spce3200, it is a test program ----- testboard source code
💻 H
字号:
//====================================================================================//File Name:	JoyStick_Drv.h//Description:	Head file of joy stick driver//Update:		2007.03.17 V1.0	by wangtao <wangtao@sunnorth.com.cn>//====================================================================================#ifndef _JOYSTICK_DRV_H_#define _JOYSTICK_DRV_H_#include "JoyStick_Config.h"#define JOYS_UP			0x0008#define JOYS_DOWN		0x0004#define JOYS_LEFT		0x0002#define JOYS_RIGHT		0x0001#define JOYS_SELECT		0x0020#define JOYS_START		0x0010#define JOYS_A			0x0040#define JOYS_B			0x0080void JoyStick_Init(void);void JoyStick_Get(unsigned short *KeyCode0, unsigned short *KeyCode1);#endif

⌨️ 快捷键说明

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