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/