1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

updated URLs in LiquidCrystal examples

This commit is contained in:
Federico Vanzati
2012-04-11 12:56:31 +02:00
parent 0cdc7e59c6
commit 8e50ecbb6c
10 changed files with 18 additions and 10 deletions

View File

@ -32,7 +32,7 @@
This example code is in the public domain.
http://www.arduino.cc/en/Tutorial/LiquidCrystal
http://arduino.cc/en/Tutorial/LiquidCrystalTextDirection
*/
@ -49,7 +49,6 @@ void setup() {
lcd.begin(16, 2);
// turn on the cursor:
lcd.cursor();
Serial.begin(9600);
}
void loop() {