Example self-announcing webserver which controls a servo through a smallHTML userinterface.

Dependencies:   mbed

netCfg.h

Committer:
dirkx
Date:
2010-08-14
Revision:
0:a259777c45a3

File content as of revision 0:a259777c45a3:

#ifndef NET_CFG_H
#define NET_CFG_H 0

#define NET_TELIT_STACK 0
#define NET_GPRS 0
#define NET_PPP 0
#define NET_ZG2100 0
#define NET_ETH 1
#define NET_USB_SERIAL 0
#define NET_TELIT 0
#define NET_USB 0
#define NET_LWIP_STACK 1

// Enable Multicast on above IP stack(s).
//
#ifndef LWIP_RAND
#include "mbed.h"
#define LWIP_RAND() rand()
#endif
#define LWIP_IGMP 1

#endif