Skip to content

Commit 90ac216

Browse files
authored
Merge pull request #407 from arduino/jhansson-ard/softwareserial-fix
updated schematic and circuit [MKC-558]
2 parents d43e38a + fedea04 commit 90ac216

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

content/tutorials/communication/SoftwareSerialExample/SoftwareSerialExample.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ In the example below, digital pins 10 and 11 on your Arduino boards are used as
1717

1818
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).
1919

20-
![](../../assets/ArduinoUNO_bb.png)
20+
![](assets/circuit.png)
2121

2222
image developed using [Fritzing](http://www.fritzing.org). For more circuit examples, see the [Fritzing project page](http://fritzing.org/projects/)
2323

2424
## Schematics
2525

26-
![](../../assets/ArduinoUNO_sch.png)
26+
![](assets/schematic.png)
2727

2828
image developed using [Fritzing](http://www.fritzing.org). For more circuit examples, see the [Fritzing project page](http://fritzing.org/projects/)
2929

51.3 KB
Loading
26 KB
Loading

0 commit comments

Comments
 (0)