diff --git a/build/shared/examples/04.Communication/MultiSerialMega/MultiSerialMega.ino b/build/shared/examples/04.Communication/MultiSerial/MultiSerial.ino similarity index 81% rename from build/shared/examples/04.Communication/MultiSerialMega/MultiSerialMega.ino rename to build/shared/examples/04.Communication/MultiSerial/MultiSerial.ino index 54e31549b97..ea9fa2eb212 100644 --- a/build/shared/examples/04.Communication/MultiSerialMega/MultiSerialMega.ino +++ b/build/shared/examples/04.Communication/MultiSerial/MultiSerial.ino @@ -1,10 +1,10 @@ /* - Mega multple serial test + Multple Serial test Receives from the main serial port, sends to the others. Receives from serial port 1, sends to the main serial (Serial 0). - This example works only on the Arduino Mega + This example works only with boards with more than one serial like Arduino Mega, Due, Zero etc The circuit: * Any serial device attached to Serial port 1 @@ -13,6 +13,8 @@ created 30 Dec. 2008 modified 20 May 2012 by Tom Igoe & Jed Roach + modified 27 Nov 2015 + by Arturo Guadalupi This example code is in the public domain. diff --git a/build/shared/examples/04.Communication/MultiSerial/MultiSerial.txt b/build/shared/examples/04.Communication/MultiSerial/MultiSerial.txt new file mode 100644 index 00000000000..39f321bf950 --- /dev/null +++ b/build/shared/examples/04.Communication/MultiSerial/MultiSerial.txt @@ -0,0 +1 @@ +Use two of the serial ports available on the Arduino board. diff --git a/build/shared/examples/04.Communication/MultiSerialMega/MultiSerialMega.txt b/build/shared/examples/04.Communication/MultiSerialMega/MultiSerialMega.txt deleted file mode 100644 index 3383c902649..00000000000 --- a/build/shared/examples/04.Communication/MultiSerialMega/MultiSerialMega.txt +++ /dev/null @@ -1 +0,0 @@ -Use two of the serial ports available on the Arduino Mega. \ No newline at end of file