Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191

This commit is contained in:
Federico Fissore
2015-05-20 17:10:06 +02:00
parent 472c10752a
commit c925fa611f
10 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs.
For more information about this library please visit us at For more information about this library please visit us at
http://arduino.cc/en/Reference/LiquidCrystal http://www.arduino.cc/en/Reference/LiquidCrystal
== License == == License ==

View File

@@ -32,7 +32,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalAutoscroll http://www.arduino.cc/en/Tutorial/LiquidCrystalAutoscroll
*/ */

View File

@@ -32,7 +32,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalBlink http://www.arduino.cc/en/Tutorial/LiquidCrystalBlink
*/ */

View File

@@ -33,7 +33,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalCursor http://www.arduino.cc/en/Tutorial/LiquidCrystalCursor
*/ */

View File

@@ -33,7 +33,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalDisplay http://www.arduino.cc/en/Tutorial/LiquidCrystalDisplay
*/ */

View File

@@ -33,7 +33,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalScroll http://www.arduino.cc/en/Tutorial/LiquidCrystalScroll
*/ */

View File

@@ -32,7 +32,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalSerial http://www.arduino.cc/en/Tutorial/LiquidCrystalSerial
*/ */
// include the library code: // include the library code:

View File

@@ -32,7 +32,7 @@ by Tom Igoe
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalTextDirection http://www.arduino.cc/en/Tutorial/LiquidCrystalTextDirection
*/ */

View File

@@ -32,7 +32,7 @@
This example code is in the public domain. This example code is in the public domain.
http://arduino.cc/en/Tutorial/LiquidCrystalSetCursor http://www.arduino.cc/en/Tutorial/LiquidCrystalSetCursor
*/ */

View File

@@ -1,9 +1,9 @@
name=LiquidCrystal name=LiquidCrystal
version=1.0.1 version=1.0.2
author=Arduino, Adafruit author=Arduino, Adafruit
maintainer=Arduino <info@arduino.cc> maintainer=Arduino <info@arduino.cc>
sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards. sentence=Allows communication with alphanumerical liquid crystal displays (LCDs). For all Arduino boards.
paragraph=This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines). paragraph=This library allows an Arduino board to control LiquidCrystal displays (LCDs) based on the Hitachi HD44780 (or a compatible) chipset, which is found on most text-based LCDs. The library works with in either 4 or 8 bit mode (i.e. using 4 or 8 data lines in addition to the rs, enable, and, optionally, the rw control lines).
category=Display category=Display
url=http://arduino.cc/en/Reference/LiquidCrystal url=http://www.arduino.cc/en/Reference/LiquidCrystal
architectures=* architectures=*