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: main.cpp
- Revision:
- 12:2799b212c729
- Parent:
- 11:fa12b9f50538
- Child:
- 13:03ba47370829
--- a/main.cpp Wed Jun 18 08:29:25 2014 +0000 +++ b/main.cpp Fri Jun 20 12:11:44 2014 +0000 @@ -183,7 +183,7 @@ Thread task1(ndslTask, NULL, osPriorityNormal, 4096); Thread task2(gpsTask, NULL, osPriorityNormal, 2048); - DigitalOut led(LED); + DigitalOut led(LED1); while(true) { led = !led; wait_ms(500);