/* LCD control for AKI-LAN 2005/03/01 This code was designed and coded by SHIBUYA K. */ #ifndef LCD_H #define LCD_H extern void LCDInit(); extern void LCDClear(); extern void LCDDisplay(const char *str, int line); #endif /* LCD_H */