goodwatch/firmware/lcd.h
2017-09-24 16:38:14 -04:00

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();