just some cleanups
This commit is contained in:
parent
5d7380fddc
commit
e258739fc6
1 changed files with 2 additions and 9 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// Written 2015 by Johannes Findeisen <you@hanez.org>
|
||||
|
||||
#include <Wire.h>
|
||||
#include <LiquidCrystal_I2C.h>
|
||||
|
||||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue