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.
Diff: resources/relay.h
- Revision:
- 2:7e489126fe7a
diff -r e35d7f10999a -r 7e489126fe7a resources/relay.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/resources/relay.h Tue Oct 15 12:45:46 2013 +0000 @@ -0,0 +1,10 @@ +// Relay resource implementation + +#ifndef RELAY_H +#define RELAY_H + +#include "nsdl_support.h" + +int create_relay_resource(sn_nsdl_resource_info_s *resource_ptr); + +#endif