Used in Live Traffic Update Nokia LCD Display Project

Fork of NetServices by Segundo Equipo

Committer:
rrajan8
Date:
Wed Mar 06 19:07:23 2013 +0000
Revision:
8:92b57208ab99
Parent:
0:ac1725ba162c
This project utilizes mbed's networking features to display live traffic updates on the Nokia LCD using the MapQuest API's Traffic Web Service.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
segundo 0:ac1725ba162c 1 #ifndef NET_CFG_H
segundo 0:ac1725ba162c 2 #define NET_GPRS 0
segundo 0:ac1725ba162c 3 #define NET_PPP 0
segundo 0:ac1725ba162c 4 #define NET_GPRS_MODULE 0
segundo 0:ac1725ba162c 5 #define NET_ETH 1
segundo 0:ac1725ba162c 6 #define NET_USB_SERIAL 0
segundo 0:ac1725ba162c 7 #define NET_CFG_H 1
segundo 0:ac1725ba162c 8 #define NET_UMTS 0
segundo 0:ac1725ba162c 9 #define NET_USB 0
segundo 0:ac1725ba162c 10 #define NET_LWIP_STACK 1
segundo 0:ac1725ba162c 11 #endif