adding resources firmware and 1/0/8

Dependencies:   Beep C12832_lcd EthernetInterface EthernetNetIf HTTPClient LM75B MMA7660 mbed-rtos mbed nsdl_lib

Fork of LWM2M_NanoService_Ethernet by Pascal Nysten

resources/gps.h

Committer:
pnysten
Date:
2016-02-17
Revision:
23:cf1770966071
Parent:
2:7e489126fe7a

File content as of revision 23:cf1770966071:

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