The WiFi version of the mbed Device Server client using cc3000
Dependencies: cc3000_hostdriver_mbedsocket mbed-rtos mbed nsdl_lib
resources/light.h
- Committer:
- michaeljkoster
- Date:
- 2014-10-14
- Revision:
- 0:5b29a04e8c27
File content as of revision 0:5b29a04e8c27:
// 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