Digital Thermometer
by
bacharakis
Clone & Edit
Download
Edit
Digital Thermometer.ino
1
2
#include
<LiquidCrystal.h>
//this project uses an LCD and a temp sensor
LiquidCrystal
lcd
(
12
,
11
,
5
,
4
,
3
,
2
)
;
//set the pins the LCD will use
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX