HTTP Server upon new mbed Ethernet Interface. Based on original code by Henry Leinen.

Dependencies:   EthernetInterface mbed-rtos mbed

Fork of HTTP_server by pablo gindel

Files at this revision

API Documentation at this revision

Comitter:
pabloxid
Date:
Fri Jul 26 22:33:47 2013 +0000
Parent:
0:fcceff3299be
Child:
2:dc9184e97328
Commit message:
initial release

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Jul 26 22:05:19 2013 +0000
+++ b/main.cpp	Fri Jul 26 22:33:47 2013 +0000
@@ -7,7 +7,7 @@
 
 DigitalOut led1(LED1);
 
-void http_thread (void const* arg);                   ///////
+void http_thread (void const* arg);                   //
 
 int main() {