Arch Pro mbed Device Server demo exposes LEDs as LWM2M style object
Dependencies: EthernetInterface mbed-rtos mbed nsdl_lib
Diff: resources/light.h
- Revision:
- 0:f7f236605c98
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/light.h Sat Oct 11 06:14:44 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