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
Diff: ESP8266_WebServer/ESP8266_WebServer.cpp
- Revision:
- 5:42c6f9d916bc
- Child:
- 7:f15c81074400
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ESP8266_WebServer/ESP8266_WebServer.cpp Thu Dec 18 15:00:14 2014 +0000
@@ -0,0 +1,6 @@
+#include "ESP8266_WebServer.h"
+
+ESP8266_WebServer::ESP8266_WebServer(Serial espUART)
+{
+ serial = espUART;
+}
\ No newline at end of file
