NanoService Example for u-blox Cellular modems
Dependencies: Beep LM75B MMA7660 mbed nsdl_lib
Fork of NSDL_HelloWorld by
resources/light.h
- Committer:
- sam_grove
- Date:
- 2013-10-31
- Revision:
- 11:3b7ae478dcd1
- Parent:
- 2:7e489126fe7a
File content as of revision 11:3b7ae478dcd1:
// 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