From e92dd0d03d5a0c08e920336c8fee7e1f472f2947 Mon Sep 17 00:00:00 2001 From: Kristian Lauszus Date: Sun, 8 Dec 2013 17:42:14 +0100 Subject: [PATCH] Typo --- examples/max_LCD/max_LCD.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/max_LCD/max_LCD.ino b/examples/max_LCD/max_LCD.ino index baadf2d0..f60ed4d5 100644 --- a/examples/max_LCD/max_LCD.ino +++ b/examples/max_LCD/max_LCD.ino @@ -1,4 +1,4 @@ -// Just a copy of the HelloWorld example bundled with the LiquidCrystal in the Arduino IDE +// Just a copy of the HelloWorld example bundled with the LiquidCrystal library in the Arduino IDE // HD44780 compatible LCD display via MAX3421E GPOUT support header // pinout: D[4-7] -> GPOUT[4-7], RS-> GPOUT[2], E ->GPOUT[3]