Serves a webpage and saves the user entered data in a .txt file all on the MBED
Fork of EthernetNetIf by
Diff: LPC1768/netCfg.h
- Revision:
- 0:422060928e37
- Child:
- 5:bc7df6da7589
diff -r 000000000000 -r 422060928e37 LPC1768/netCfg.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LPC1768/netCfg.h Fri Jun 11 16:25:22 2010 +0000 @@ -0,0 +1,14 @@ +//This file has been auto-generated, please do not modify here. +#ifndef __ETHERNETNETIF_CONFIG_H +#define NET_TELIT_STACK 0 +#define NET_GPRS 0 +#define NET_PPP 0 +#define NET_ZG2100 0 +#define TARGET_LPC1768 1 +#define NET_ETH 1 +#define NET_USB_SERIAL 0 +#define NET_TELIT 0 +#define NET_CFG_H 1 +#define NET_USB 0 +#define NET_LWIP_STACK 1 +#endif