Serves a webpage and saves the user entered data in a .txt file all on the MBED
Fork of EthernetNetIf by
Diff: LPC2368/if/lwip/LwipNetIf.h
- Revision:
- 3:0401477beaa3
- Parent:
- 1:ba68cceb2917
- Child:
- 5:bc7df6da7589
diff -r eb30029f2fe0 -r 0401477beaa3 LPC2368/if/lwip/LwipNetIf.h --- a/LPC2368/if/lwip/LwipNetIf.h Fri Jun 18 09:34:41 2010 +0000 +++ b/LPC2368/if/lwip/LwipNetIf.h Fri Jun 18 10:28:59 2010 +0000 @@ -50,6 +50,7 @@ private: Timer m_tcpTimer; + Timer m_dnsTimer; bool m_init;