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/temperature.h@2:7e489126fe7a, 2013-10-15 (annotated)
- Committer:
- bogdanm
- Date:
- Tue Oct 15 12:45:46 2013 +0000
- Revision:
- 2:7e489126fe7a
Code refactoring.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 2:7e489126fe7a | 1 | // Temperature resource implementation |
bogdanm | 2:7e489126fe7a | 2 | |
bogdanm | 2:7e489126fe7a | 3 | #ifndef TEMPERATURE_H |
bogdanm | 2:7e489126fe7a | 4 | #define TEMPERATURE_H |
bogdanm | 2:7e489126fe7a | 5 | |
bogdanm | 2:7e489126fe7a | 6 | #include "nsdl_support.h" |
bogdanm | 2:7e489126fe7a | 7 | |
bogdanm | 2:7e489126fe7a | 8 | int create_temperature_resource(sn_nsdl_resource_info_s *resource_ptr); |
bogdanm | 2:7e489126fe7a | 9 | |
bogdanm | 2:7e489126fe7a | 10 | #endif |