mirror of https://github.com/arendst/Tasmota.git
Updated TYWE3S (markdown)
parent
0ae3c7a142
commit
284bd69e27
34
TYWE3S.md
34
TYWE3S.md
|
@ -1,13 +1,14 @@
|
|||
|
||||
### Connection
|
||||
Vcc - 3,3V
|
||||
Vcc - 3.3V
|
||||
TX - RX
|
||||
RX - TX
|
||||
GND - GND
|
||||
|
||||
|
||||
[TYWE3S Flashing Jig](https://www.thingiverse.com/thing:3231225)
|
||||
|
||||
### Additional Information
|
||||
|
||||
More Infos can be found here: [#1190](https://github.com/arendst/Sonoff-Tasmota/issues/1190).
|
||||
More information can be found here: [#1190](https://github.com/arendst/Sonoff-Tasmota/issues/1190).
|
||||
|
||||
### Device Images
|
||||
![1](https://user-images.githubusercontent.com/14855001/34748935-615ded3e-f59f-11e7-9f40-320c0a8e14df.jpg)
|
||||
|
@ -20,24 +21,9 @@ More Infos can be found here: [#1190](https://github.com/arendst/Sonoff-Tasmota/
|
|||
|
||||
### 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
|
||||
},
|
||||
GPIO | Component | Description
|
||||
--|--|--
|
||||
4 | LED1i (56) | Blue LED
|
||||
12 | Relay1 (21) | Relay & Red LED
|
||||
13 | Button1 (17) | Button
|
||||
|
||||
|
|
Loading…
Reference in New Issue