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

📄 tasten_matrix_lib.h

📁 pcf8584应用实例
💻 H
字号:
//****************************************************************
// @doc
// @module TASTEN_MATRIX_LIB.h | Enth鋖t Deklarationen und Definitionen f黵 
// die Matrix-Tastatur.
// @end
//----------------------------------------------------------------
// Definitionen fuer MKS  !!
// Modulname:    $Source: C:/c51_buecher/Teil2/software/Inc_C51b/rcs/tasten_matrix_lib.h $
// User:         $Author: MEBA $
// Version:      $Name: $  $Revision: 1.2 $
// Datum:        $Date: 2001/02/03 15:15:02Z $
// Qualit鋞:     $State: Exp $
// Historie:
//==========
// $Log: tasten_matrix_lib.h $
// Revision 1.2  2001/02/03 15:15:02Z  MEBA
// Move all direct Definition for the key-matrix to the local file matrix-def.h
// Revision 1.1  2001/02/03 09:55:46Z  MEBA
// Initial revision
//----------------------------------------------------------------

//***************************************************************
// Beschreibung:
//***************************************************************
#ifndef TASTEN_MATRIX_LIB_H
  #define TASTEN_MATRIX_LIB_H

//***************************************************************
// Deklarationen von Funktionen und Variablen
//***************************************************************
// @func
extern uchar uc_Matrix4x4One(void);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -