cellular port
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: resources/gps_res.h
- Revision:
- 11:fa12b9f50538
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/gps_res.h Wed Jun 18 08:29:25 2014 +0000 @@ -0,0 +1,11 @@ +// GPS resource implementation + +#ifndef GPS_RES_H +#define GPS_RES_H + +#include "nsdl_support.h" + +void gps_resource_set(double lat, double lon); +int create_gps_resource(sn_nsdl_resource_info_s *resource_ptr); + +#endif