HTTP Server upon new mbed Ethernet Interface. Based on original code by Henry Leinen.
Dependencies: EthernetInterface mbed-rtos mbed
Fork of HTTP_server by
Revision 1:f0c641cd9bad, committed 2013-07-26
- 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() {
