From ed899cd2ddb2b7aa604cac7a682b577ba83a5950 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Mon, 8 Feb 2010 23:34:07 +0000 Subject: [PATCH] Corrected comments in LiquidCrystal examples --- examples/SerialDisplay/SerialDisplay.pde | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/SerialDisplay/SerialDisplay.pde b/examples/SerialDisplay/SerialDisplay.pde index a094c24..49cc755 100644 --- a/examples/SerialDisplay/SerialDisplay.pde +++ b/examples/SerialDisplay/SerialDisplay.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 */ @@ -39,7 +39,7 @@ modified 25 July 2009 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); // initialize the serial communications: Serial.begin(9600);