1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +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

@ -23,7 +23,7 @@ SoftwareSerial mySerial(2, 3); // RX, TX
void setup()
{
// Open serial communications and wait for port to open:
Serial.begin57600;
Serial.begin(57600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
}