NanoService Example for u-blox Cellular modems
Dependencies: Beep LM75B MMA7660 mbed nsdl_lib
Fork of NSDL_HelloWorld by
Diff: resources/gps.cpp
- Revision:
- 11:3b7ae478dcd1
- Parent:
- 10:4cb556c7845e
--- a/resources/gps.cpp Wed Oct 30 00:46:59 2013 +0000
+++ b/resources/gps.cpp Thu Oct 31 20:29:30 2013 +0000
@@ -7,6 +7,7 @@
#define GPS_RES_ID "gps/loc"
static uint8_t res_gps_val[] = {"52.182382,0.178849"};
+//static uint8_t res_gps_val[] = {"30.246278,-97.802546"}; // austin TX
/* Only GET method allowed */
static uint8_t gps_resource_cb(sn_coap_hdr_s *received_coap_ptr, sn_nsdl_addr_s *address, sn_proto_info_s * proto)



