ps2keybord.h
来自「芯片at89s52」· C头文件 代码 · 共 40 行
H
40 行
/******************************************************************************
* 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 + =
减小字号Ctrl + -
显示快捷键?