![](/media/cache/group/arm_mbed.PNG.50x50_q85.png)
LPC1768 hell world with LWM2M
Dependencies: Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib
resources/light.h
- Committer:
- michaeljkoster
- Date:
- 2014-07-22
- Revision:
- 0:9101343a70cd
File content as of revision 0:9101343a70cd:
// 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