Update GPIO lines used by garage example

This commit is contained in:
Marcos Kirsch 2015-07-18 22:41:51 -05:00
parent a26ea74609
commit 2878750f7c

View File

@ -88,7 +88,7 @@ A (very) simple web server written in Lua for the ESP8266 running the NodeMCU fi
#### Hardware description #### Hardware description
This example assumes that GPIO0 and GPIO2 on the ESP8266 are connected each to a relay This example assumes that GPIO1 and GPIO2 on the ESP8266 are connected each to a relay
that can be controlled. How to wire such thing is outside of the scope of this document that can be controlled. How to wire such thing is outside of the scope of this document
[but information is easily found online](https://www.google.com/search?q=opening+a+garage+door+with+a+microcontroller). [but information is easily found online](https://www.google.com/search?q=opening+a+garage+door+with+a+microcontroller).
The relays are controlled by the microcontroller and act as the push button, The relays are controlled by the microcontroller and act as the push button,