⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 app_ps2.h

📁 这是nrf24lu1的无线鼠标源代码,应用平台是keil c
💻 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 + -