mirror of https://github.com/arendst/Tasmota.git
Updated TYWE3S (markdown)
parent
5f6a88b99d
commit
998239c753
22
TYWE3S.md
22
TYWE3S.md
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
### Connection
|
### Connection
|
||||||
Vcc - 3,3V
|
Vcc - 3,3V
|
||||||
TX - RX
|
TX - RX
|
||||||
|
@ -19,5 +20,24 @@ More Infos can be found here: [#1190](https://github.com/arendst/Sonoff-Tasmota/
|
||||||
|
|
||||||
### GPIO Config
|
### GPIO Config
|
||||||
|
|
||||||
|
{ "SM-PW701E",
|
||||||
|
0, // GPIO0
|
||||||
|
0, // GPIO1
|
||||||
|
0, // GPIO2
|
||||||
|
0, // GPIO3
|
||||||
|
GPIO_LED1_INV, // GPIO4 Blue Led
|
||||||
|
0, // GPIO5
|
||||||
|
0, // GPIO6
|
||||||
|
0, // GPIO7
|
||||||
|
0, // GPIO8
|
||||||
|
0, // GPIO9
|
||||||
|
0, // GPIO10
|
||||||
|
0, // GPIO11
|
||||||
|
GPIO_REL1, // GPIO12 Red Led + Relay
|
||||||
|
GPIO_KEY1, // GPIO13 Button
|
||||||
|
0, // GPIO14
|
||||||
|
0, // GPIO15
|
||||||
|
0,
|
||||||
|
0 // ADC0 A0 Analog input
|
||||||
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue