diff --git a/README.md b/README.md index a2f2c327..7fb23d3d 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ files should exists there. I'd also recommend to get an [USB serial debug cable](https://www.adafruit.com/product/954). You connect it to the GPIO pins 14/15. +![UART wiring diagram](doc/wiring.png) + Then, run `screen` on your desktop computer like ```bash diff --git a/doc/wiring.png b/doc/wiring.png new file mode 100644 index 00000000..bf2d0840 Binary files /dev/null and b/doc/wiring.png differ