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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user