first commit

This commit is contained in:
2026-06-30 11:42:43 +03:00
commit 4925caa8e3
68 changed files with 1948 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Schematic
## Pull-Down Option
```text
3.3V -> button -> GPIO
GPIO -> resistor -> GND
ESP32 GND -> circuit GND
```
## Pull-Up Option
```text
3.3V -> resistor -> GPIO
GPIO -> button -> GND
ESP32 GND -> circuit GND
```
## Actual Circuit
TODO: указать выбранный вариант, GPIO и resistor value.