From e258739fc6bfb44d0edf4d6681e529366ef341a6 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 24 Aug 2015 17:54:54 +0200 Subject: [PATCH] just some cleanups --- LM35LCDI2C/LM35LCDI2C.ino | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/LM35LCDI2C/LM35LCDI2C.ino b/LM35LCDI2C/LM35LCDI2C.ino index cbc222b..e239120 100644 --- a/LM35LCDI2C/LM35LCDI2C.ino +++ b/LM35LCDI2C/LM35LCDI2C.ino @@ -1,3 +1,5 @@ +// Written 2015 by Johannes Findeisen + #include #include @@ -24,18 +26,9 @@ float tempF = 0; void setup() { - /*lcd.init(); - lcd.autoscroll(); - lcd.setCursor(2, 0); - lcd.backlight(); - lcd.print("Hello, world! asd as d as d asd"); - lcd.setCursor(0, 1); - lcd.print("Hello, world2"); - */ pinMode(ledPin, OUTPUT); lcd.init(); lcd.backlight(); - // Get data for the first time. // Read this to understand the temperature calculation: // http://www.danielandrade.net/2008/07/05/temperature-sensor-arduino/