More advanced NanoService Demo for LPC1768 App Board using OMA Lightweight Objects

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

Fork of LWM2M_NanoService_Ethernet by MBED_DEMOS

resources/relay.h

Committer:
sstark
Date:
2014-04-08
Revision:
20:84ee332ba360
Parent:
2:7e489126fe7a

File content as of revision 20:84ee332ba360:

// Relay resource implementation

#ifndef RELAY_H
#define RELAY_H

#include "nsdl_support.h"

int create_relay_resource(sn_nsdl_resource_info_s *resource_ptr);

#endif