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

@ -14,7 +14,11 @@ byte value;
void setup()
{
// initialize serial and wait for port to open:
Serial.begin(9600);
while (!Serial) {
; // wait for serial port to connect. Needed for Leonardo only
}
}
void loop()