📄 app_ps2.h
字号:
/* Copyright (c) 2004 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is confidential property of
* Nordic Semiconductor. The use, copying, transfer or disclosure
* of such information is prohibited except by express written
* agreement with Nordic Semiconductor.
*/
/** @file
* Header file for using the PS2 interface in a USB application
* @author Runar Kjellhaug
*
*/
#ifndef PS2_CONVERT_H__
#define PS2_CONVERT_H__
#include <stdint.h>
#include <stdbool.h>
#include "ps2_io.h"
#define app_ps2_flush_fifo() ps2_flush_fifo();
bool app_ps2_get_and_convert(uint8_t* returndata);
uint8_t app_ps2_init(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -