Actualiser mystrom-wifi-button-plus/README.md
This commit is contained in:
parent
71528bb47e
commit
96fdb9ab50
1 changed files with 28 additions and 13 deletions
|
@ -13,19 +13,34 @@ JP1
|
||||||
|
|
||||||
## Schematics
|
## Schematics
|
||||||
|
|
||||||
```
|
```mermaid
|
||||||
━━━┓
|
erDiagram
|
||||||
┣━ I2C bus (GPIO21/GPIO22) ━ SHTC3
|
ESP32 {
|
||||||
E ┣━ Top left key (GPIO38) & deep sleep wake up
|
}
|
||||||
S ┣━ Top right key (GPIO39)
|
|
||||||
P ┣━ Bottom left key (GPIO37)
|
ESP32 ||--|| GPIOs : ""
|
||||||
┣━ Bottom right key (GPIO36)
|
ESP32 ||--|| I2C : ""
|
||||||
3 ┣━ Red LED (GPIO4)
|
ESP32 ||--|| ADC : ""
|
||||||
2 ┣━ Green LED (GPIO18)
|
|
||||||
┣━ White LED (GPIO23)
|
I2C {
|
||||||
┣━ USB power probe (GPIO33)
|
GPIO21-GPIO22 SHTC3
|
||||||
┣━ ADC ━ Battery probe (GPIO32)
|
}
|
||||||
━━━┛
|
|
||||||
|
|
||||||
|
ADC {
|
||||||
|
GPIO32 Battery-probe
|
||||||
|
}
|
||||||
|
|
||||||
|
GPIOs {
|
||||||
|
GPIO38 Top-left-key
|
||||||
|
GPIO39 Top-right-key
|
||||||
|
GPIO37 Bottom-left-key
|
||||||
|
GPIO36 Bottom-right-key
|
||||||
|
GPIO04 Red-LED
|
||||||
|
GPIO18 Green-LED
|
||||||
|
GPIO23 White-LED
|
||||||
|
GPIO33 USB-power-probe
|
||||||
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue