LED Demo for Tech Con 2014

Dependencies:   EthernetInterface PololuLedStripx mbed-rtos mbed nanoservice_client_1_12_X

Fork of LPC1768_LWM2M_Client by MBED_DEMOS

resources/light.h

Committer:
michaeljkoster
Date:
2014-11-17
Revision:
15:2f2b3eaa51a6
Parent:
0:9101343a70cd

File content as of revision 15:2f2b3eaa51a6:

// Light resource implementation

#ifndef LIGHT_H
#define LIGHT_H

#include "nsdl_support.h"

int create_light_resource(sn_nsdl_resource_info_s *resource_ptr);

#endif