NanoService Device Library Hello World Ported to K64F

Dependencies:   EthernetInterface mbed-rtos mbed nsdl_lib

Fork of NSDL_HelloWorld by Sensinode

resources/gps.h

Committer:
romedius
Date:
2016-02-29
Revision:
10:1875353284c1
Parent:
2:7e489126fe7a

File content as of revision 10:1875353284c1:

// 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