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

📄 ps2keybord.h

📁 芯片at89s52
💻 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 + -