diff --git a/README.md b/README.md index be154e9..0569160 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,8 @@ platformio run --environment bobbycar_usb --target upload ## How to wire all connections? -![Wiring diagram](/wiring.png) +![Wiring diagram](/img/wiring.png) + +![3 wire switches](/img/3wiresw.png) + +![dpad switches with 5 wires](/img/dpadsw.png) diff --git a/img/3wiresw.png b/img/3wiresw.png new file mode 100644 index 0000000..21b837c Binary files /dev/null and b/img/3wiresw.png differ diff --git a/img/dpadsw.png b/img/dpadsw.png new file mode 100644 index 0000000..3b6986c Binary files /dev/null and b/img/dpadsw.png differ diff --git a/wiring.png b/img/wiring.png similarity index 100% rename from wiring.png rename to img/wiring.png