Cellular (U-Blox) network support for mbedConnectorInterface.

Dependencies:   libnsdl C027_Support mbed-rtos

Dependents:   mbed-3g-sample

Committer:
ansond
Date:
Thu Jul 23 19:38:34 2015 +0000
Revision:
2:fe45db933118
Parent:
0:d2ac2f05a621
Child:
4:83a95c2a8450
updates for ublox receivers

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ansond 0:d2ac2f05a621 1 #ifndef __CONFIGURATION_H_
ansond 0:d2ac2f05a621 2 #define __CONFIGURATION_H_
ansond 0:d2ac2f05a621 3
ansond 2:fe45db933118 4 /************** Cellular CONFIGURATION PARAMETERS ************************/
ansond 0:d2ac2f05a621 5
ansond 0:d2ac2f05a621 6 // we will use ThreadedResourceObserver
ansond 0:d2ac2f05a621 7 #define CONNECTOR_USING_THREADS 1
ansond 0:d2ac2f05a621 8
ansond 2:fe45db933118 9 /************** Cellular CONFIGURATION PARAMETERS ************************/
ansond 0:d2ac2f05a621 10
ansond 0:d2ac2f05a621 11 #endif // __CONFIGURATION_H_