index
:
clyne/msp430-temp-lcd
master
A project for the MSP430 that displays TMP006 readings on an LCD
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lcd.h
blob: 134652d9a3f0ec69f442ca1007786ce5053568be (
plain
)
1
2
3
4
5
6
void
lcdInit
(
void
);
void
lcdClear
(
void
);
void
lcdPuts
(
const char
*
s
);