NanoService Example for u-blox Cellular modems
Dependencies: Beep LM75B MMA7660 mbed nsdl_lib
Fork of NSDL_HelloWorld by
Diff: resources/light.h
- Revision:
- 2:7e489126fe7a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/light.h Tue Oct 15 12:45:46 2013 +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