asci_hex.h

来自「pcf8584应用实例」· C头文件 代码 · 共 37 行

H
37
字号
//****************************************************************
// @doc
// @module ASCII_HEX.h | Enth鋖t Deklarationen f黵 die Konvertierung
// zwischen ASCII und HEX-Werten
// @end
//----------------------------------------------------------------
// Definitionen fuer MKS  !!
// Modulname:    $Source: C:/c51_buecher/Teil2/software/Inc_C51b/rcs/ASCI_hex.h $
// User:         $Author: MEBA $
// Version:      $Name: $  $Revision: 1.1 $
// Datum:        $Date: 2001/02/03 09:55:47Z $
// Qualit鋞:     $State: Exp $
// Historie:
//==========
// $Log: ASCI_hex.h $
// Revision 1.1  2001/02/03 09:55:47Z  MEBA
// Initial revision
//----------------------------------------------------------------

//***************************************************************
// verwendete Include Dateien
//***************************************************************
#include "defines.h"

#ifndef ASCII_HEX_H
  #define ASCII_HEX_H

//***************************************************************
// Deklarationen von Funktionen und Variablen
//***************************************************************
// @func 
  extern uint  ui_Hex2Ascii(uchar ); // Wandlung HEX-> ASCII

// @func 
  extern uchar uc_Ascii2Hex(uint );  // Wandlung ASCII ->HEX
#endif

⌨️ 快捷键说明

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