From 4f3c8b6e51d2de07c18737ecd9117da08a17aa39 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Mon, 8 Feb 2010 23:13:59 +0000 Subject: [PATCH] --- libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde index 76cd746de..7418607cc 100644 --- a/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde +++ b/libraries/LiquidCrystal/examples/HelloWorld/HelloWorld.pde @@ -26,8 +26,8 @@ by Limor Fried (http://www.ladyada.net) example added 9 Jul 2009 by Tom Igoe - modified 25 July 2009 - by David A. Mellis + modified 8 Feb 2010 + by Tom Igoe http://www.arduino.cc/en/Tutorial/LiquidCrystal @@ -40,7 +40,7 @@ LiquidCrystal lcd(12, 11, 5, 4, 3, 2); void setup() { - // set up the LCD's number of rows and columns: + // set up the LCD's number of columns and rows: lcd.begin(16, 2); // Print a message to the LCD. lcd.print("hello, world!");