GLCD Library

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers HzLib.h Source File

HzLib.h

00001 /****************************************Copyright (c)**************************************************                         
00002 **
00003 **                                 http://www.powermcu.com
00004 **
00005 **--------------File Info-------------------------------------------------------------------------------
00006 ** File name:           HzLib.h
00007 ** Descriptions:        None
00008 **              
00009 **------------------------------------------------------------------------------------------------------
00010 ** Created by:          AVRman
00011 ** Created date:        2010-11-1
00012 ** Version:             1.0
00013 ** Descriptions:        The original version
00014 **
00015 **------------------------------------------------------------------------------------------------------
00016 ** Modified by:         
00017 ** Modified date:   
00018 ** Version:
00019 ** Descriptions:                               
00020 ********************************************************************************************************/
00021 
00022 
00023 #ifndef __HZLIB_H
00024 #define __HZLIB_H 
00025 
00026 /* Includes ------------------------------------------------------------------*/
00027 #include <string.h>
00028 
00029 /* Private function prototypes -----------------------------------------------*/
00030 void GetGBKCode(unsigned char* pBuffer,unsigned char * c);
00031 
00032 #endif 
00033 
00034 
00035 /*********************************************************************************************************
00036       END FILE
00037 *********************************************************************************************************/
00038 
00039 
00040 
00041 
00042