From 0c465300dc883e397cd12f37db416d2414dd139f Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Mon, 8 Feb 2010 23:24:18 +0000 Subject: [PATCH] Corrected comments in LiquidCrystal examples --- libraries/LiquidCrystal/examples/Cursor/Cursor.pde | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/LiquidCrystal/examples/Cursor/Cursor.pde b/libraries/LiquidCrystal/examples/Cursor/Cursor.pde index c0273f4be..461362b7d 100644 --- a/libraries/LiquidCrystal/examples/Cursor/Cursor.pde +++ b/libraries/LiquidCrystal/examples/Cursor/Cursor.pde @@ -27,8 +27,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 @@ -41,7 +41,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!");