LPC1768 hell world with LWM2M
Dependencies: Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib
Diff: resources/light.h
- Revision:
- 0:9101343a70cd
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/light.h Tue Jul 22 23:58:23 2014 +0000 @@ -0,0 +1,10 @@ +// 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