cellular port
Dependencies: Beep C027_Support C12832 LM75B MMA7660 mbed-rtos mbed nsdl_lib
This is a port of the NSDL HelloWorld for cellular.
To run the example you need a C027 and the ARM mbed application shield. The example uses cellular instead of ethernet and takes the true position from the GPS instead of using a fixed position.
resources/light.h
- Committer:
- bogdanm
- Date:
- 2013-10-15
- Revision:
- 2:7e489126fe7a
File content as of revision 2:7e489126fe7a:
// 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