The WiFi version of the mbed Device Server client using cc3000
Dependencies: cc3000_hostdriver_mbedsocket mbed-rtos mbed nsdl_lib
Diff: resources/light.h
- Revision:
- 0:5b29a04e8c27
diff -r 000000000000 -r 5b29a04e8c27 resources/light.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/light.h Tue Oct 14 15:24:01 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