📄 hid_keyboard_sm.h
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release
FILE NAME
hid_keyboard_sm.h
DESCRIPTION
This file contains the state machine functions.
*/
#ifndef _HID_KEYBOARD_SM_H_
#define _HID_KEYBOARD_SM_H_
/*************************************************************************
NAME
appSetState
DESCRIPTION
Called to change state.
Handles calling the state entry and exit functions.
RETURNS
void
*/
extern void appSetState(appTaskData *theApp, app_state state);
/*************************************************************************
NAME
appGetState
DESCRIPTION
Returns the current application state.
RETURNS
app_state - Current state.
*/
extern app_state appGetState(appTaskData *theApp);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -