📄 ps2keybord.h
字号:
/******************************************************************************
* File Name: PS2KeyBord.h *
* Create Time: 2007/07/30 *
* Description: *
* Copyright : *
* History : *
* |---Data---|---Author---|--Version--|--------------Description-------------|
*****************************************************************************/
#ifndef _HEADER_NAME_ /* Performed as a on-off, to avoid the header */
#define _HEADER_NAME_ /* file being included more than once */
/******************************
* Head File *
*****************************/
#include"at89x52.h"
/******************************
* Macros Segment *
*****************************/
#define uchar unsigned char
#define TURE 1
#define FALSE 0
/******************************
* Function Declaration *
*****************************/
void DataReceive(void);
void GetData(void);
uchar PSkeydata_value(void);
void Int0_init_PSkeybord(void);
uchar oddCheck(void);
#endif
/*******************************************************************************
* The end of the entire file *
******************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -