aboutsummaryrefslogtreecommitdiffstats
path: root/lcd.h
blob: 134652d9a3f0ec69f442ca1007786ce5053568be (plain)
1
2
3
4
5
6

void lcdInit(void);

void lcdClear(void);
void lcdPuts(const char *s);