diff --git a/README.md b/README.md index 0569160..ee725b7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ platformio run --environment bobbycar_usb --target upload ![Wiring diagram](/img/wiring.png) +### -DFEATURE_3WIRESW ![3 wire switches](/img/3wiresw.png) +### -DFEATURE_DPAD ![dpad switches with 5 wires](/img/dpadsw.png) + +### -DFEATURE_ROTARY +![rotary encoder](/img/rotary.png) diff --git a/img/3wiresw.png b/img/3wiresw.png index 21b837c..9e9b6b5 100644 Binary files a/img/3wiresw.png and b/img/3wiresw.png differ diff --git a/img/dpadsw.png b/img/dpadsw.png index 3b6986c..ce11c59 100644 Binary files a/img/dpadsw.png and b/img/dpadsw.png differ diff --git a/img/rotary.png b/img/rotary.png new file mode 100644 index 0000000..9df1af5 Binary files /dev/null and b/img/rotary.png differ diff --git a/img/wiring.png b/img/wiring.png index ff89ba7..de33a86 100644 Binary files a/img/wiring.png and b/img/wiring.png differ