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