Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Beep C027_Support C12832 LM75B MMA7660 mbed-rtos mbed nsdl_lib
This is a port of the NSDL HelloWorld for cellular.
To run the example you need a C027 and the ARM mbed application shield. The example uses cellular instead of ethernet and takes the true position from the GPS instead of using a fixed position.
Diff: nsdl_support.cpp
- Revision:
- 8:bd9096c4784c
- Parent:
- 7:6b068978be9a
- Child:
- 10:443e7f741c8e
--- a/nsdl_support.cpp Tue Oct 22 10:50:05 2013 +0000 +++ b/nsdl_support.cpp Tue May 20 15:24:18 2014 +0000 @@ -2,12 +2,11 @@ #include "mbed.h" #include "nsdl_support.h" -#include "mbed.h" +#include "Endpoint.h" +#include "UDPSocket.h" #include "rtos.h" -#include "EthernetInterface.h" extern Serial pc; -extern EthernetInterface eth; extern Endpoint nsp; extern UDPSocket server; extern char endpoint_name[16];