1 Star 0 Fork 1

yjwpm/ha102m

forked from 海石生风/ha102m 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
key.h 622 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenss 提交于 2018-06-24 19:49 . 完善参数设置
/*
* key.h
*
* Created on: 201863
* Author: chenss
*/
#ifndef KEY_H_
#define KEY_H_
#include "main.h"
typedef enum
{
Key_None, // Ч
Key_Mode,
Key_Fwd,
Key_Bwd,
Key_History,
Key_Time,
Key_Search,
Key_LongMode,
Key_LongFwd,
Key_LongBwd,
Key_LongHistory,
Key_LongTime,
Key_LongSearch,
}Key_t;
typedef enum
{
Key_Type_Short,
Key_Type_Long
}Key_Type_t;
typedef struct
{
Key_t key;
Key_Type_t type;
}Key_Event_t;
typedef void (* Key_EventCallback_t)(Key_Event_t *pEvent);
void Key_Init(Key_EventCallback_t callback);
void Key_Scan(void);
#endif /* KEY_H_ */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/yjwpm/ha102m.git
[email protected]:yjwpm/ha102m.git
yjwpm
ha102m
ha102m
master

搜索帮助