代码拉取完成,页面将自动刷新
/*-----------------------------------------------------------------------
| FILE DESCRIPTION |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
- File name : bsp_key.h
- Author : liuzhihua
- Update date : 2024.09.07
- File Function : borad key driver
- Version : V1.0
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
| UPDATE NOTE |
-----------------------------------------------------------------------*/
/**
* Update note:
* ------------ --------------- ----------------------------------
* Date Author Note
* ------------ --------------- ----------------------------------
* 2024.07.14 liuzhihua Create file
* 2024.09.07 liuzhihua Update file
***/
#ifndef __BSP_KEY_H__
#define __BSP_KEY_H__
/*-----------------------------------------------------------------------
| INCLUDES |
-----------------------------------------------------------------------*/
#include <string.h>
#include <stdint.h>
#include "iSwitch.h"
#ifdef __cplusplus
extern "C" {
#endif
/*-----------------------------------------------------------------------
| DEFINES |
-----------------------------------------------------------------------*/
#define BSP_KEY_NUM 4
extern iSW_t hisw1[BSP_KEY_NUM];
/*-----------------------------------------------------------------------
| API FUNCTION |
-----------------------------------------------------------------------*/
void bsp_key_init(void);
void bsp_key_input_read(uint8_t offset, uint8_t *results, uint16_t num);
void TaskInput(void const * argument);
#ifdef __cplusplus
}
#endif
#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。