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: EthernetInterface PololuLedStripx mbed-rtos mbed nanoservice_client_1_12_X
Fork of LPC1768_LWM2M_Client by
Diff: resources/gps.h
- Revision:
- 0:9101343a70cd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/gps.h Tue Jul 22 23:58:23 2014 +0000 @@ -0,0 +1,10 @@ +// GPS resource implementation + +#ifndef GPS_H +#define GPS_H + +#include "nsdl_support.h" + +int create_gps_resource(sn_nsdl_resource_info_s *resource_ptr); + +#endif
