mirror of
https://github.com/travisgoodspeed/goodwatch
synced 2024-11-23 09:19:58 +00:00
12 lines
181 B
C
12 lines
181 B
C
/* IO ports. */
|
|
extern char *lcdm;
|
|
extern char *lcdbm;
|
|
|
|
|
|
|
|
/* Handy LCD functions for use in other modules.*/
|
|
|
|
extern void lcd_init();
|
|
extern void lcd_wdt();
|
|
extern void lcd_zero();
|