diff --git a/README.md b/README.md index e22c8bf..1c126cb 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,13 @@ | Clear | T | Clear the timer and all lap times. | | Drop | D | Cancel the last lap time. | | Reject | F | Cancel the last lap time and merge it into the timer. | + +## gpio + +![GPIO](images/GPIO-Pinout-Diagram-2.png) + +```text +VCC : 1, 17 +GND : 6, 9, 14, 20, 25, 30, 34, 39 +DOUT : 11, 13 +``` diff --git a/images/GPIO-Pinout-Diagram-2.png b/images/GPIO-Pinout-Diagram-2.png new file mode 100644 index 0000000..24238cc Binary files /dev/null and b/images/GPIO-Pinout-Diagram-2.png differ