From 83a8b6f028420276a03a31d828b33bfcd5356901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Fri, 1 Aug 2025 07:45:55 +0000 Subject: [PATCH] Update Readme.md --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index c77b368..aeaab22 100644 --- a/Readme.md +++ b/Readme.md @@ -103,7 +103,8 @@ Body with 3 or 4 button slots is available in the `hardware/case/` ## Pin Connections Pin numbers for buttons and other stuff is defined in the [example config](https://git.kopic.hr/tomislav/SmartCubeV1/src/branch/main/src/example_config.h) and the schematic for the [D1 Mini is here](https://git.kopic.hr/tomislav/SmartCubeV1/raw/branch/main/hardware/schematics/esp8266.png): -You don't have to follow my pin definition exactly but i find this the easiest way to assemble and fit everything in. +You don't have to follow my pin definition exactly but I find this the easiest way to assemble and fit everything in. 3 Button variant is the standard. If you are gonna go with the 4 button variant you will need to define this yourself. + - Button Left (PIN_BTN_L): GPIO12 - Button Middle (PIN_BTN_M): GPIO13 - Button Right (PIN_BTN_R): GPIO15