diff --git a/README.md b/README.md index 82e1484..d4c24aa 100755 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ fail to press the button in time you loose a point since the ball enters your ho This version supports a boost button which sacrefies one pixel of your home area in favor of boosting your ball faster. +![Full 1D-pong device](i/leiste.jpg) + We discovered that using these Pins for I/O had quite some success * GPIO19 = Right start/hit button (Y) @@ -19,5 +21,7 @@ We discovered that using these Pins for I/O had quite some success Some pins do not allow to configure Pull up resistors or work only as output. Don't use them. +![The ESP32 of that shape with Pins connected](i/µc.jpg) + We used Mouse devices which where re-soldered to use the 4 USB wires as 'short to GND' to work as controllers. diff --git a/i/leiste.jpg b/i/leiste.jpg new file mode 100644 index 0000000..0041ccc Binary files /dev/null and b/i/leiste.jpg differ diff --git a/i/µc.jpg b/i/µc.jpg new file mode 100644 index 0000000..34a55e8 Binary files /dev/null and b/i/µc.jpg differ