67 #ifndef DOXYGEN_SHOULD_SKIP_INTERNALS
72 extern const char hex_display_codes[];
79 extern const char ascii_display_codes[];
83 #endif // DOXYGEN_SHOULD_SKIP_INTERNALS
96 extern void delay(
unsigned ms);
170 extern void cputw(
unsigned word);
210 extern inline void cputc(
char c,
int pos)
218 extern void cputs(
char *s);
227 #define cls() lcd_clear()
233 #define cls() lcd_clear()
241 #endif // __conio_h__