Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ESP8266_WebServer mbed
Fork of WiFiLamp by
ESP8266_WebServer/ESP8266_WebServer.cpp
- Committer:
- sschocke
- Date:
- 2014-12-18
- Revision:
- 5:42c6f9d916bc
- Child:
- 7:f15c81074400
File content as of revision 5:42c6f9d916bc:
#include "ESP8266_WebServer.h"
ESP8266_WebServer::ESP8266_WebServer(Serial espUART)
{
serial = espUART;
}
