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@15:11be37889a49, 2014-08-12 (annotated)
- Committer:
- sam_grove
- Date:
- Tue Aug 12 16:08:35 2014 +0000
- Revision:
- 15:11be37889a49
- Parent:
- 2:7e489126fe7a
Update C027_Support library for CDMA device support
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 |