diff --git a/content/tutorials/communication/SoftwareSerialExample/SoftwareSerialExample.md b/content/tutorials/communication/SoftwareSerialExample/SoftwareSerialExample.md index 144af28aa1..17c20c5756 100644 --- a/content/tutorials/communication/SoftwareSerialExample/SoftwareSerialExample.md +++ b/content/tutorials/communication/SoftwareSerialExample/SoftwareSerialExample.md @@ -17,13 +17,13 @@ In the example below, digital pins 10 and 11 on your Arduino boards are used as There is no circuit for this example. Make sure that your Arduino board is attached to your computer via USB to enable serial communication through the serial monitor window of the Arduino Software (IDE). -![](../../assets/ArduinoUNO_bb.png) +![](assets/circuit.png) image developed using [Fritzing](http://www.fritzing.org). For more circuit examples, see the [Fritzing project page](http://fritzing.org/projects/) ## Schematics -![](../../assets/ArduinoUNO_sch.png) +![](assets/schematic.png) image developed using [Fritzing](http://www.fritzing.org). For more circuit examples, see the [Fritzing project page](http://fritzing.org/projects/) diff --git a/content/tutorials/communication/SoftwareSerialExample/assets/circuit.png b/content/tutorials/communication/SoftwareSerialExample/assets/circuit.png new file mode 100644 index 0000000000..73f880ca79 Binary files /dev/null and b/content/tutorials/communication/SoftwareSerialExample/assets/circuit.png differ diff --git a/content/tutorials/communication/SoftwareSerialExample/assets/schematic.png b/content/tutorials/communication/SoftwareSerialExample/assets/schematic.png new file mode 100644 index 0000000000..2cbe71aa7a Binary files /dev/null and b/content/tutorials/communication/SoftwareSerialExample/assets/schematic.png differ