Example of HTTPServer with additional features: * SNTPClient, DST rules * Link status indication * Local or SDCard-based WebServer * RPC-able class * Static and Dynamic HTML page

Dependencies:   mbed

lwip/Core/device.h

Committer:
iva2k
Date:
2010-01-12
Revision:
2:360fda42fefd
Parent:
0:886e4b3119ad

File content as of revision 2:360fda42fefd:

#ifndef ETHNETIF_H
#define ETHNETIF_H

#ifdef __cplusplus
extern "C" {
#endif

void device_poll();
err_t device_init(struct netif *netif);
void device_address(char *mac);


#ifdef __cplusplus
};
#endif

#endif