Complete documentation

This commit is contained in:
Mathieu Maret 2015-10-01 01:07:11 +02:00
parent 146d8b65ce
commit 40afb5b8de
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
* The server will set a GPIO pin depending on the request * The server will set a GPIO pin depending on the request
* http://server_ip/gpioX/0 will set the GPIOX low, * http://server_ip/gpioX/0 will set the GPIOX low,
* http://server_ip/gpioX/1 will set the GPIOX high, * http://server_ip/gpioX/1 will set the GPIOX high,
* http://server_ip/gpioX will return GPIOX value,
* http://server_ip/mode/gpioX/Y will set the GPIOX mode to Y (with Y in 0=INPUT, 1=OUTPUT, 2=INPUT_PULLUP),
* server_ip is the IP address of the ESP8266 module, will be * server_ip is the IP address of the ESP8266 module, will be
* printed to Serial when the module is connected. * printed to Serial when the module is connected.
*/ */