📄 hal_joystick.h
字号:
/***********************************************************************************
Filename: hal_joystick.h
Copyright 2007 Texas Instruments, Inc.
***********************************************************************************/
#ifndef HAL_JOYSTICK_H
#define HAL_JOYSTICK_H
#ifdef __cplusplus
extern "C" {
#endif
enum {
HAL_JOYSTICK_CENTER,
HAL_JOYSTICK_LEFT,
HAL_JOYSTICK_RIGHT,
HAL_JOYSTICK_UP,
HAL_JOYSTICK_DOWN
};
//----------------------------------------------------------------------------------
// Function declarations
//----------------------------------------------------------------------------------
void halJoystickInit(void);
uint8 halJoystickGetPosition(void);
bool halJoystickPushed(void);
#ifdef __cplusplus
}
#endif
/**********************************************************************************/
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -