www.pudn.com > remotepro.rar > function.h
/* ********************************************************************************* ********************************************************************************* */ #ifndef __FUNTION_H__ #define __FUNTION_H__ #ifndef UINT8 unsigned char #define UINT8 unsigned char #endif #ifndef UINT16 unsigned int #define UINT16 unsigned int #endif extern void lcd7528init(void); extern void WriteByte7528(unsigned char bytedata); extern void LCD_SENDDATA(void); extern void interrupt_init(void); extern void Clock_Init( void ); extern unsigned char buf[]; extern const unsigned char clearbuf[]; extern void bitchar_value(UINT8 start_coordinate, UINT8 val); extern void clearchar(void); extern void spec_char_display(UINT8 num,UINT8 fit); extern void eprintf(UINT8 start_coordinate,char *fmt,...); extern void TM00_Disable(void); extern void TM00_Enable(void); extern void vIrRecv(); extern void IrInit(void) ; extern UINT16 Remote_count; #endif